Skip to content

Commit

Permalink
Removing sync-wave from template level
Browse files Browse the repository at this point in the history
  • Loading branch information
Spetz1 committed Nov 1, 2024
1 parent 0ac37ef commit 05dcbfe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion charts/enactor-pdp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Enactor PDP-server

type: application

version: 0.2.20
version: 0.2.21
appVersion: "1.0"

maintainers:
Expand Down
3 changes: 0 additions & 3 deletions charts/enactor-pdp/templates/statefulset-pdc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ spec:
{{- include "common.selectorLabels" $root | nindent 8 }}
annotations:
checksum/config: {{ include (print $basepath "/configmap-pdc.yaml") $root | sha256sum }}
{{- if $root.Values.features.argocdSyncwaves.enabled }}
argocd.argoproj.io/sync-wave: {{ $root.Values.features.argocdSyncwaves.waves.pdc | default 20 | quote }}
{{- end }}
spec:
terminationGracePeriodSeconds: 15
serviceAccountName: {{ include "pdc.serviceAccountName" $root }}
Expand Down
3 changes: 0 additions & 3 deletions charts/enactor-pdp/templates/statefulset-pdp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ spec:
{{- include "common.selectorLabels" $root | nindent 8 }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap-pdp.yaml") $root | sha256sum }}
{{- if $root.Values.features.argocdSyncwaves.enabled }}
argocd.argoproj.io/sync-wave: {{ $root.Values.features.argocdSyncwaves.waves.pdp | default 10 | quote }}
{{- end }}
spec:
terminationGracePeriodSeconds: 15
serviceAccountName: {{ include "pdp.serviceAccountName" $root }}
Expand Down

0 comments on commit 05dcbfe

Please sign in to comment.