Skip to content

Commit

Permalink
Merge pull request #126 from david-enli/master
Browse files Browse the repository at this point in the history
[ISSUE#90]Debug level not set right for cockroach and dbdeployer
  • Loading branch information
david-enli authored Jan 7, 2021
2 parents 60aed98 + 6c6e1e6 commit 85cdd04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pure-pso/templates/database/cockroach-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- name: cockroach-operator
image: "{{ .Values.images.database.cockroachOperator.name }}:{{ .Values.images.database.cockroachOperator.tag }}"
command: ["cockroach-operator"]
args: ["--debug", "{{ .Values.app.debug }}"]
args: ["--debug={{ .Values.app.debug }}"]
imagePullPolicy: "{{ .Values.images.database.cockroachOperator.pullPolicy }}"
env:
- name: DEPLOYMENT_NAME
Expand Down
2 changes: 1 addition & 1 deletion pure-pso/templates/database/db-deployer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- name: db-deployer
image: "{{ .Values.images.database.deployer.name }}:{{ .Values.images.database.deployer.tag }}"
command: ["dbdeployer"]
args: ["--debug", "{{ .Values.app.debug }}"]
args: ["--debug={{ .Values.app.debug }}"]
volumeMounts:
- name: configmap-volume
mountPath: /etc/config
Expand Down

0 comments on commit 85cdd04

Please sign in to comment.