Skip to content

Commit

Permalink
feat(prism-agent): add syncwave to certificate to fix race condition …
Browse files Browse the repository at this point in the history
…with tls (#686)

Signed-off-by: David Poltorak <[email protected]>
Co-authored-by: David Poltorak <[email protected]>
  • Loading branch information
milosbackonja and davepoltorak authored Sep 6, 2023
1 parent 11fbf92 commit 854dcf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/charts/agent/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-agent-base-path-secret"
duration: 2160h0m0s # 90d
Expand Down

0 comments on commit 854dcf9

Please sign in to comment.