Import live vault-issuer ClusterIssuer into GitOps
The vault-issuer ClusterIssuer is applied out-of-band (Helm) and referenced by ~15 Gateways, but is not tracked in GitOps, causing config drift. - Add apps/base/cert-manager/clusterissuer_vault-issuer.yaml capturing the live spec byte-faithfully (vault.service.consul pki_int/sign/servers_default, k8s auth mount k8s/au/syd1, role cert_manager_issuer, SA cert-manager-vault-issuer, caBundleSecretRef vault-ca-cert). - Register the manifest in the cert-manager base kustomization. Claude-Session: https://claude.ai/code/session_01JUoARVdmhxKQHyyyp1pxeT
This commit is contained in:
@@ -7,4 +7,5 @@ resources:
|
||||
- serviceaccount.yaml
|
||||
- clusterrole.yaml
|
||||
- clusterrolebinding.yaml
|
||||
- clusterissuer_vault-issuer.yaml
|
||||
- vmservicescrape.yaml
|
||||
|
||||
Reference in New Issue
Block a user