Skip to content

Commit

Permalink
Modify ConfigMap
Browse files Browse the repository at this point in the history
  • Loading branch information
cant-code committed Mar 25, 2024
1 parent 698f1a0 commit c522b04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/templates/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "charts.fullname" . }}
name: config-chart
labels:
{{- include "charts.labels" . | nindent 4 }}
data:
Expand Down
2 changes: 1 addition & 1 deletion charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
volumes:
- name: config
configMap:
name: {{ include "charts.fullname" . }}
name: config-chart
items:
- key: config.yml
path: config.yml
Expand Down

0 comments on commit c522b04

Please sign in to comment.