chore: add sealed-secrets
This commit is contained in:
parent
5a4ffdc331
commit
ff49af403f
@ -114,3 +114,25 @@ spec:
|
|||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: cloudnative-pg
|
namespace: cloudnative-pg
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: sealed-secrets
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
project: default
|
||||||
|
sources:
|
||||||
|
- chart: sealed-secrets
|
||||||
|
repoURL: https://bitnami-labs.github.io/sealed-secrets
|
||||||
|
targetRevision: 2.17.1
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: kube-system
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user