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
|
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
|
||||||
|
|
Loading…
Reference in New Issue