try reordering patches
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-06-28 16:55:45 -08:00
parent ac08ebac84
commit b18fa84edd
1 changed files with 5 additions and 4 deletions

View File

@ -14,6 +14,7 @@ spec:
path: ./infrastructure/controllers
prune: true
wait: true
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
@ -34,15 +35,15 @@ spec:
patches:
- patch: |
- op: replace
path: /spec/acme/server
value: https://acme-staging-v02.api.letsencrypt.org/directory
path: /spec/acme/privateKeySecretRef/name
value: letsencrypt-staging
target:
kind: ClusterIssuer
name: letsencrypt
- patch: |
- op: replace
path: /spec/acme/privateKeySecretRef/name
value: letsencrypt-staging
path: /spec/acme/server
value: https://acme-staging-v02.api.letsencrypt.org/directory
target:
kind: ClusterIssuer
name: letsencrypt