digitalocean / Kubernetes-Starter-Kit-Developers

Hands-on tutorial and Automation stack for an operations-ready DigitalOcean Kubernetes (DOKS) cluster.
761 stars 263 forks source link

[Hotfix - TF Flux CD Automation] Use secrets to store each HelmRelease values file content #53

Closed v-ctiutiu closed 3 years ago

v-ctiutiu commented 3 years ago

Overview

Issue description:

Solution:

Create a Kubernetes generic secret for each values file content, and point each Flux CD HelmRelease to use the secret.

v-ctiutiu commented 3 years ago

Doesn't quite follow GitOps principles. Evaluating sealed-secrets, which Flux CD supports out of the box.