Skip to content

Commit

Permalink
Rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkazakov committed Nov 25, 2024
1 parent 3cdc1f1 commit 6c9b702
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ spec:
name: palmtree
key: tlsKeyData
optional: true
image: "{{ .Values.deployment.image_private }}"
image: "{{ .Values.deployment.imagePrivate }}"
securityContext:
{{- .Values.podSecurityContext | toYaml | nindent 10 }}
{{ template "charts.platform.probes" .Values.global.ports.auth_private}}
Expand Down
2 changes: 1 addition & 1 deletion charts/tidepool/charts/auth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ deployment:
# -- auth Docker image
image: tidepool/platform-auth:master-latest
# -- auth Docker image
image_private: tidepool/platform-private-auth:master-latest
imagePrivate: tidepool/platform-private-auth:master-latest
# -- The name of the docker secret used for pulling the private images
imagePullSecretName: null
# -- number of replicas to deploy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
value: data
- name: TIDEPOOL_SYNC_TASK_STORE_DATABASE
value: data
image: "{{ .Values.deployment.image_private }}"
image: "{{ .Values.deployment.imagePrivate }}"
securityContext:
{{- .Values.podSecurityContext | toYaml | nindent 10 }}
{{ template "charts.platform.probes" .Values.global.ports.data_private }}
Expand Down
2 changes: 1 addition & 1 deletion charts/tidepool/charts/data/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ deployment:
# -- Docker image
image: tidepool/platform-data:master-latest
# -- Docker image
image_private: tidepool/platform-private-data:master-latest
imagePrivate: tidepool/platform-private-data:master-latest
# -- The name of the docker secret used for pulling the private images
imagePullSecretName: null
replicas: 1
Expand Down

0 comments on commit 6c9b702

Please sign in to comment.