Skip to content

Commit 9644d47

Browse files
committed
Fix possible race issue
It was possible for the tekton-chains-trusted-cabundle job to run before the config-trusted-cabundle was cleaned by the OSP operator Signed-off-by: Romain Arnaud <[email protected]>
1 parent bdbbce8 commit 9644d47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operator/gitops/argocd/pipeline-service/tekton-chains/chains-secrets-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ metadata:
168168
name: tekton-chains-trusted-cabundle
169169
namespace: tekton-chains
170170
annotations:
171+
argocd.argoproj.io/sync-wave: "1"
171172
spec:
172173
template:
173174
spec:

0 commit comments

Comments
 (0)