ESO fix?
This commit is contained in:
parent
b196aff758
commit
0197e2ab42
4 changed files with 38 additions and 10 deletions
|
|
@ -14,7 +14,6 @@ spec:
|
|||
targetRevision: "*"
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/values.yaml
|
||||
- $values/charts/external-secrets/values.yaml
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
|
@ -26,3 +25,30 @@ spec:
|
|||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: external-secrets-config
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
|
||||
targetRevision: HEAD
|
||||
path: charts/external-secrets
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: external-secrets
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
retry:
|
||||
limit: 10
|
||||
backoff:
|
||||
duration: 30s
|
||||
maxDuration: 5m
|
||||
factor: 2
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue