feat: added Sealed Secrets application for sercrets management
This commit is contained in:
parent
a6ee648149
commit
d7ab6ce852
1 changed files with 18 additions and 0 deletions
18
apps/sealed-secrets.yaml
Normal file
18
apps/sealed-secrets.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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.15.3
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: kube-system
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfheal: true
|
||||
Loading…
Add table
Reference in a new issue