mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
add sealed secrets
This commit is contained in:
3
foundation/charts/secrets/Chart.yaml
Normal file
3
foundation/charts/secrets/Chart.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
apiVersion: v2
|
||||
version: 1.0.0
|
||||
name: certs
|
||||
25
foundation/charts/secrets/templates/reloader.yaml
Normal file
25
foundation/charts/secrets/templates/reloader.yaml
Normal 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
|
||||
2
foundation/charts/secrets/values.yaml
Normal file
2
foundation/charts/secrets/values.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
globals:
|
||||
timezone: Europe/Amsterdam
|
||||
Reference in New Issue
Block a user