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 <milos.dzepina@iohk.io>
  • Loading branch information
milosh86 authored Oct 4, 2023
1 parent 56d34f9 commit 82f902f
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 82f902f

Please sign in to comment.