You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -76,7 +76,7 @@ When managing all resources and configuration via Git, deploying sensitive data
76
76
77
77
There are multiple solutions to this such as Hashicorp or Bitwarden, which depend heavily on the infrastructure already available.
78
78
79
-
For the sake of this demo, {sealed-secrets}[Bitnami's Sealed Secrets] are utilized.
79
+
For the sake of this demo, {sealed-secrets}[Bitnami's Sealed Secrets] are utilized.
80
80
Sensitive data is encrypted as a `SealedSecret` before commiting to the Git repository, synced via ArgoCD and decrypted by the Sealed Secrets controller into a standard Kubernetes `Secret`.
81
81
82
82
This way, everything will be stored and managed in Git.
@@ -121,7 +121,7 @@ The Stackable operators are deployed via ArgoCD using the Stackable Helm charts
121
121
`ApplicationSets` allow templating, which is required to e.g. manage and deploy to multi cluster environments (e.g. development - staging - production),
122
122
using different versions and Git sources (repository & branch) as well as the possibility to deploy to different clusters.
123
123
124
-
NOTE: This demo does not use a multi cluster environment for the sake of simplicity.
124
+
NOTE: This demo does not use a multi cluster environment for the sake of simplicity.
125
125
126
126
The following part is dives deeper into the definition of theStackable operator `ApplicationSet` and can be skipped.
0 commit comments