argo application edits
This commit is contained in:
parent
dd5f2d0e54
commit
3237a08084
@ -0,0 +1,20 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: sealed-secrets
|
||||
namespace: kube-system
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: 'https://github.com/illiumst/kubedeploy'
|
||||
path: infrastructure/06-sealed-secrets
|
||||
targetRevision: HEAD
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: kube-system
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
@ -7,6 +7,6 @@ helmCharts:
|
||||
- name: sealed-secrets
|
||||
includeCRDs: true
|
||||
version: 2.15.2
|
||||
releaseName: "lcl"
|
||||
releaseName: "sealed-secrets"
|
||||
repo: https://bitnami-labs.github.io/sealed-secrets
|
||||
# valuesFile: base/values.yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user