Skip to content

Commit 1d6c430

Browse files
authored
Merge pull request #437 from boozallen/419-dev-update
[#419] fix invalid ArgoCD templates
2 parents eec0082 + 4c65495 commit 1d6c430

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

foundation/foundation-mda/src/main/resources/templates/deployment/argocd/spark-operator.yaml.vm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ spec:
2121
- {{ . }}
2222
{{- end }}
2323
{{ end }}
24-
{{- with .Values.spec.syncPolicy }}
2524
syncPolicy:
2625
{{- with .Values.spec.syncPolicy }}
2726
{{- if .automated }}

foundation/foundation-mda/src/main/resources/templates/deployment/argocd/v2/spark.operator.yaml.vm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ spec:
2121
- {{ . }}
2222
{{- end }}
2323
{{ end }}
24-
{{- with .Values.spec.syncPolicy }}
2524
syncPolicy:
2625
{{- with .Values.spec.syncPolicy }}
2726
{{- if .automated }}
@@ -37,4 +36,4 @@ spec:
3736
{{- with .Values.spec.syncPolicy.syncOptions }}
3837
{{- toYaml . | nindent 6 }}
3938
{{- end }}
40-
{{- end }}
39+
{{- end }}

0 commit comments

Comments
 (0)