added secret for external dns and cert manager

main_dev1029_pgbkp_s3apierror_alert
Hoan To 3 years ago
parent b00e5b7da5
commit 886ee3add7

@ -1,3 +1,4 @@
resources:
- clusterissuer_prod.yaml
- secret_do_token.yaml
- secret_do_token_cert_manager.yaml
- secret_do_token_external_dns.yaml

@ -0,0 +1,9 @@
apiVersion: v1
stringData:
access-token: {{ .Values.do_token }}
kind: Secret
metadata:
name: digitalocean-dns
# namespace: {{ .Values.do_token_namespace }}
namespace: external-dns
type: Opaque
Loading…
Cancel
Save