Skip to content

Commit

Permalink
fix(infra): add sync-wave to certificate template (#134)
Browse files Browse the repository at this point in the history
Signed-off-by: Milos Dzepina <[email protected]>
  • Loading branch information
milosh86 committed May 1, 2024
1 parent d1c7cfa commit 193dd7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/charts/mediator/templates/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
namespace: "{{ .Release.Namespace }}"
labels:
{{ template "labels.common" . }}
annotations:
argocd.argoproj.io/sync-wave: "-1"
spec:
secretName: "prism-mediator-base-path-secret"
duration: 2160h0m0s # 90d
Expand Down

0 comments on commit 193dd7a

Please sign in to comment.