mirror of https://github.com/nold360/heqet.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
406 B
YAML
21 lines
406 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: heqet
|
|
spec:
|
|
destination:
|
|
namespace: argocd
|
|
server: 'https://kubernetes.default.svc'
|
|
source:
|
|
path: charts/heqet
|
|
repoURL: 'https://github.com/nold360/heqet'
|
|
targetRevision: HEAD
|
|
helm:
|
|
valueFiles:
|
|
- values.yaml
|
|
project: default
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|