Add Sealed Secrets
This commit is contained in:
20
infrastructure/sealedsecrets/sealed-secrets-app.yaml
Normal file
20
infrastructure/sealedsecrets/sealed-secrets-app.yaml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: sealed-secrets-controller
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
# Das ist das spezifische Repo von Bitnami Labs
|
||||||
|
repoURL: https://bitnami-labs.github.io/sealed-secrets
|
||||||
|
targetRevision: 2.15.0 # Oder die aktuellste Version
|
||||||
|
chart: sealed-secrets
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: kube-system # Der Controller sollte im System-Namespace laufen
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
createNamespace: true
|
||||||
Reference in New Issue
Block a user