feat: deploy External Secrets Operator (ESO) via Flux (issue #61) #65
Reference in New Issue
Block a user
Delete Branch "feature/issue-61-eso-flux"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Closes leeworks-agents/api-company#61
Changes
New:
flux/external-secrets/namespace.yaml— external-secrets namespacehelmrepository.yaml— charts.external-secrets.io HelmRepositoryhelmrelease.yaml— ESO HelmRelease (external-secrets/external-secrets >=0.9.0 <1.0.0)clustersecretstore.yaml— ClusterSecretStore using Kubernetes provider (ServiceAccount + RBAC + ClusterSecretStore)kustomization.yaml— wires all aboveUpdated: ExternalSecret manifests (uncommented + completed)
flux/zip-enrichment/externalsecret.yamlflux/holidays/externalsecret.yamlflux/air-quality/externalsecret.yamlUpdated:
flux/kustomization.yaml— added external-secrets directoryAcceptance Criteria