separate patches
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
ed126d6473
commit
08d503920e
|
@ -32,30 +32,17 @@ spec:
|
||||||
path: ./infrastructure/configs
|
path: ./infrastructure/configs
|
||||||
prune: true
|
prune: true
|
||||||
patches:
|
patches:
|
||||||
- patch: |-
|
- patch: |
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/acme/server
|
path: /spec/acme/server
|
||||||
value: https://acme-staging-v02.api.letsencrypt.org/directory
|
value: https://acme-staging-v02.api.letsencrypt.org/directory
|
||||||
- op: replace
|
target:
|
||||||
path: /metadata/name
|
kind: ClusterIssuer
|
||||||
value: letsencrypt-staging
|
name: letsencrypt
|
||||||
|
- patch: |
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/acme/privateKeySecretRef/name
|
path: /spec/acme/privateKeySecretRef/name
|
||||||
value: letsencrypt-staging
|
value: letsencrypt-staging
|
||||||
target:
|
target:
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
name: letsencrypt
|
name: letsencrypt
|
||||||
# - patch: |
|
|
||||||
# - op: replace
|
|
||||||
# path: /metadata/name
|
|
||||||
# value: letsencrypt-staging
|
|
||||||
# target:
|
|
||||||
# kind: ClusterIssuer
|
|
||||||
# name: letsencrypt
|
|
||||||
# - patch: |
|
|
||||||
# - op: replace
|
|
||||||
# path: /spec/acme/privateKeySecretRef/name
|
|
||||||
# value: letsencrypt-staging
|
|
||||||
# target:
|
|
||||||
# kind: ClusterIssuer
|
|
||||||
# name: letsencrypt
|
|
Loading…
Reference in New Issue