Skip to content

Commit

Permalink
Fix ace-installer chart
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 20, 2024
1 parent 2fe820e commit 00c3420
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ spec:
name: appscode-charts-oci
namespace: {{ $.Release.Namespace }}
valuesFrom:
- kind: Secret
name: ace-licenseserver-cred
valuesKey: license-proxyserver.yaml
optional: true
- kind: Secret
name: ace-licenseserver-cred
valuesKey: license-proxyserver.yaml
optional: true
{{- if eq (include "clustermanager.openshift" $) "true" }}
- kind: ConfigMap
name: ace-openshift-scc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ spec:
valuesKey: config-syncer.yaml
optional: true
{{- end }}
{{- with $vals }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
{{- end }}
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ spec:
valuesKey: external-secrets.yaml
optional: true
{{- end }}
{{- with $vals }}
{{- with $vals }}
{{- dict "values" . | toYaml | nindent 2 }}
{{- end }}
{{- end }}

0 comments on commit 00c3420

Please sign in to comment.