add csi ceph
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
# The ACME server URL
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
# Email address used for ACME registration
|
||||
email: "{{ lets_encrypt_mailbox }}"
|
||||
email: "{{ cert_manager_lets_encrypt_mailbox }}"
|
||||
# Name of a secret used to store the ACME account private key
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt-prod
|
||||
@ -68,7 +68,7 @@
|
||||
# The ACME server URL
|
||||
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
# Email address used for ACME registration
|
||||
email: "{{ lets_encrypt_mailbox }}"
|
||||
email: "{{ cert_manager_lets_encrypt_mailbox }}"
|
||||
# Name of a secret used to store the ACME account private key
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt-staging
|
||||
|
Reference in New Issue
Block a user