Skip to content

Commit

Permalink
remove reference to the extraVolumes & extraVolumeMounts in ui deploy…
Browse files Browse the repository at this point in the history
…ment. This should rely soley on extraVolume helper template (#365)

Signed-off-by: Brady Todhunter <[email protected]>
  • Loading branch information
Btodhunter authored Apr 12, 2024
1 parent 2baea4f commit 5439c1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion stable/enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: enterprise
version: "2.5.2"
version: "2.5.3"
appVersion: "5.4.0"
kubeVersion: 1.23.x - 1.28.x || 1.23.x-x - 1.29.x-x
description: |
Expand Down
6 changes: 0 additions & 6 deletions stable/enterprise/templates/ui_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ spec:
secret:
secretName: {{ .Values.cloudsql.serviceAccSecretName }}
{{- end }}
{{- with .Values.extraVolumes }}
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
{{- if .Values.cloudsql.enabled }}
{{- include "enterprise.common.cloudsqlContainer" . | nindent 8 }}
Expand Down Expand Up @@ -92,9 +89,6 @@ spec:
mountPath: /home/anchore/certs/
readOnly: true
{{- end }}
{{- with .Values.extraVolumeMounts }}
{{- toYaml . | nindent 12 }}
{{- end }}
livenessProbe:
tcpSocket:
port: {{ $component | lower }}
Expand Down

0 comments on commit 5439c1d

Please sign in to comment.