konstructio / gitops-template

upstream template for your open source gitops repository
MIT License
67 stars 56 forks source link

feat: add external secret for external dns secret #545

Closed claywd closed 1 year ago

claywd commented 1 year ago

Don't merge until the provider-creds secret gets changed to a token that is parsed based on the dns provider. https://github.com/kubefirst/runtime/blob/main/pkg/gcp/bootstrapSecrets.go#L91 should look something like the following once a param is added to the runtime library

            ObjectMeta: metav1.ObjectMeta{Name: fmt.Sprintf("%s-creds", dnsProvider), Namespace: "external-dns"},