feat(argocd): Add external-secrets-wheatley application
This commit is contained in:
parent
3ae9b9de5a
commit
4ac9aa6f5d
1 changed files with 22 additions and 0 deletions
|
|
@ -21,6 +21,28 @@ spec:
|
|||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: external-secrets-wheatley
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
||||
path: k8s-wheatley/external-secrets-operator
|
||||
targetRevision: HEAD
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: external-secrets
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
enabled: true
|
||||
syncOptions:
|
||||
- ServerSideApply=true
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: piraeus-datastore
|
||||
namespace: argocd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue