Add ArgoCD app for External Secrets config
This commit is contained in:
parent
f5a9ed6d33
commit
44f8f8217e
1 changed files with 20 additions and 0 deletions
20
argocd-apps/platform/external-secrets.yaml
Normal file
20
argocd-apps/platform/external-secrets.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: external-secrets-config
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: platform
|
||||
source:
|
||||
repoURL: https://git.symcrest.com/platform/k8s-platform.git
|
||||
targetRevision: main
|
||||
path: infrastructure/external-secrets
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: external-secrets
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=false
|
||||
Loading…
Add table
Add a link
Reference in a new issue