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