add sealed secrets

This commit is contained in:
Morten Olsen
2025-12-18 09:35:01 +01:00
parent c9d6b087ae
commit db06db1fee
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
apiVersion: v2
version: 1.0.0
name: certs

View File

@@ -0,0 +1,25 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sealed-secrets-operator
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: foundation
server: https://kubernetes.default.svc
project: foundation
source:
repoURL: https://bitnami-labs.github.io/sealed-secrets
targetRevision: 2.17.9
chart: sealed-secrets
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- ServerSideApply=true
- ApplyOutOfSyncOnly=true
- CreateNamespace=true

View File

@@ -0,0 +1,2 @@
globals:
timezone: Europe/Amsterdam