Skip to content

Commit

Permalink
Merge pull request cscetbon#159 from mzylowski/fix_log_level
Browse files Browse the repository at this point in the history
  • Loading branch information
cscetbon authored Oct 16, 2024
2 parents b37a4d4 + a649955 commit 9c3fb45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/casskop/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ spec:
- name: OPERATOR_NAME
value: "casskop"
- name: LOG_LEVEL
value: .Values.logLevel
value: {{ .Values.logLevel }}
2 changes: 1 addition & 1 deletion charts/multi-casskop/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
- name: OPERATOR_NAME
value: "multi-casskop"
- name: LOG_LEVEL
value: .Values.logLevel
value: {{ .Values.logLevel }}
volumeMounts:
{{- range .Values.k8s.remote }}
- mountPath: /var/run/secrets/admiralty.io/serviceaccountimports/{{ . }}
Expand Down

0 comments on commit 9c3fb45

Please sign in to comment.