Comment rancher app
This commit is contained in:
parent
c02c264198
commit
e0ff20c05d
@ -1,20 +1,20 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
# apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
# kind: Application
|
||||||
metadata:
|
# metadata:
|
||||||
name: rancher
|
# name: rancher
|
||||||
namespace: argocd
|
# namespace: argocd
|
||||||
spec:
|
# spec:
|
||||||
project: infra
|
# project: infra
|
||||||
destination:
|
# destination:
|
||||||
server: https://kubernetes.default.svc
|
# server: https://kubernetes.default.svc
|
||||||
namespace: cattle-system
|
# namespace: cattle-system
|
||||||
source:
|
# source:
|
||||||
repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/infra.git
|
# repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/infra.git
|
||||||
targetRevision: HEAD
|
# targetRevision: HEAD
|
||||||
path: charts/rancher
|
# path: charts/rancher
|
||||||
helm:
|
# helm:
|
||||||
valueFiles:
|
# valueFiles:
|
||||||
- ../../manifests/rancher/values.yaml
|
# - ../../manifests/rancher/values.yaml
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
syncOptions:
|
# syncOptions:
|
||||||
- CreateNamespace=true
|
# - CreateNamespace=true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user