Skip to content

Commit

Permalink
fix argo diff in pvc template
Browse files Browse the repository at this point in the history
Signed-off-by: AvivGuiser <[email protected]>
  • Loading branch information
KyriosGN0 committed Sep 15, 2024
1 parent da71bae commit 24d703b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions charts/pmm/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
{{- end }}
containers:
- name: {{ .Chart.Name }}

image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}

Expand All @@ -59,7 +59,7 @@ spec:
name: {{ include "pmm.fullname" . }}
optional: true

# additional secrets that could be used for Grafana iDP
# additional secrets that could be used for Grafana iDP
env:
- name: GF_AUTH_GENERIC_OAUTH_CLIENT_ID
valueFrom:
Expand Down Expand Up @@ -92,7 +92,7 @@ spec:
httpGet:
path: /v1/readyz
port: http
{{- if .Values.readyProbeConf }}
{{- if .Values.readyProbeConf }}
{{- toYaml .Values.readyProbeConf | nindent 12 }}
{{- end }}
volumeMounts:
Expand Down Expand Up @@ -128,7 +128,9 @@ spec:
{{- toYaml .Values.extraVolumes | nindent 8 }}
{{- end }}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ .Values.storage.name }}
spec:
{{- if .Values.storage.selector }}
Expand Down

0 comments on commit 24d703b

Please sign in to comment.