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