Skip to content

Commit

Permalink
change key
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Sep 25, 2023
1 parent 73038f5 commit 01a62c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ConfigMap
metadata:
name: {{ include "bcc.fullname" . }}
data:
custom-config.yml: |
integration-config.yml: |
orion-ld-if:
orion-ld:
domain: {{ .Values.orion.address }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ spec:
- name: config-volume
configMap:
name: {{ include "bcc.fullname" . }}
items:
- key: custom-config.yml
path: integration-config.yml
{{- with .Values.deployment.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 01a62c2

Please sign in to comment.