feat(apps): Add bitnami sealed secrets operator

This commit is contained in:
2026-05-02 22:21:33 +05:30
parent ab58b46e9d
commit 32544e6465
2 changed files with 23 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sealed-secrets
namespace: argocd
spec:
project: default
source:
repoURL: https://bitnami-labs.github.io/sealed-secrets
chart: sealed-secrets
targetRevision: 2.18.5
destination:
server: https://kubernetes.default.svc
namespace: sealed-secrets
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
+1
View File
@@ -5,6 +5,7 @@ resources:
# add-ons # add-ons
- add-ons/traefik.yaml - add-ons/traefik.yaml
- add-ons/cert-manager.yaml - add-ons/cert-manager.yaml
- add-ons/sealed-secrets.yaml
# services # services
- services/app-autoregexbot.yaml - services/app-autoregexbot.yaml