Skip to content

Commit 00c3420

Browse files
committed
Fix ace-installer chart
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 2fe820e commit 00c3420

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

charts/ace-installer/templates/featuresets/opscenter-core/license-proxyserver.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ spec:
4242
name: appscode-charts-oci
4343
namespace: {{ $.Release.Namespace }}
4444
valuesFrom:
45-
- kind: Secret
46-
name: ace-licenseserver-cred
47-
valuesKey: license-proxyserver.yaml
48-
optional: true
45+
- kind: Secret
46+
name: ace-licenseserver-cred
47+
valuesKey: license-proxyserver.yaml
48+
optional: true
4949
{{- if eq (include "clustermanager.openshift" $) "true" }}
5050
- kind: ConfigMap
5151
name: ace-openshift-scc

charts/opscenter-features/templates/featuresets/opscenter-secret-management/config-syncer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ spec:
5151
valuesKey: config-syncer.yaml
5252
optional: true
5353
{{- end }}
54-
{{- with $vals }}
54+
{{- with $vals }}
5555
{{- dict "values" . | toYaml | nindent 2 }}
56-
{{- end }}
56+
{{- end }}

charts/opscenter-features/templates/featuresets/opscenter-secret-management/external-secrets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ spec:
7272
valuesKey: external-secrets.yaml
7373
optional: true
7474
{{- end }}
75-
{{- with $vals }}
75+
{{- with $vals }}
7676
{{- dict "values" . | toYaml | nindent 2 }}
77-
{{- end }}
77+
{{- end }}

0 commit comments

Comments
 (0)