try reordering patches
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
ac08ebac84
commit
b18fa84edd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue