Manage External Secrets operator with Argo CD
This commit is contained in:
parent
d9fac9fb88
commit
de8f3319cd
3 changed files with 32352 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: external-secrets-operator
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: platform
|
||||
source:
|
||||
repoURL: http://forgejo.forgejo.svc.cluster.local:3000/symcrest/k8s-platform.git
|
||||
targetRevision: main
|
||||
path: rendered/external-secrets
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: external-secrets
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=false
|
||||
Loading…
Add table
Add a link
Reference in a new issue