idk
This commit is contained in:
parent
f75b44efca
commit
5b4bbe8f86
33 changed files with 691 additions and 35 deletions
22
applications.old/10-external-secrets/eso-crds/eso.yaml
Normal file
22
applications.old/10-external-secrets/eso-crds/eso.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: external-secrets
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: "https://charts.external-secrets.io"
|
||||
chart: "external-secrets"
|
||||
targetRevision: "0.19.2"
|
||||
helm:
|
||||
installCRDs: true
|
||||
destination:
|
||||
server: "https://kubernetes.default.svc"
|
||||
namespace: external-secrets
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
Loading…
Add table
Add a link
Reference in a new issue