feat: rename cm element-config -> element
Some checks failed
/ deploy (push) Failing after 0s

This commit is contained in:
ange 2024-05-15 23:41:07 +02:00
parent 45b6743f00
commit 13797dbdf3
3 changed files with 2 additions and 3 deletions

View File

@ -31,7 +31,7 @@ function kgcmkey() {
} }
kcreatecm element-config --from-file=config.json kcreatecm element --from-file=config/config.json
kapply common/app.yaml kapply common/app.yaml

View File

@ -70,8 +70,7 @@ spec:
- name: config - name: config
mountPath: /app/config.json mountPath: /app/config.json
subPath: config.json subPath: config.json
readOnly: true
volumes: volumes:
- name: config - name: config
configMap: configMap:
name: element-config name: element