18 lines
549 B
YAML
18 lines
549 B
YAML
apps:
|
|
- name: argocd
|
|
namespace: argocd
|
|
project: infra
|
|
repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/infra.git
|
|
targetRevision: HEAD
|
|
chartPath: charts/argocd
|
|
valuesFile: ../../manifests/argocd/values.yaml
|
|
autoSync: false
|
|
|
|
- name: keycloak
|
|
namespace: infra
|
|
project: infra
|
|
repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/infra.git
|
|
targetRevision: HEAD
|
|
chartPath: charts/keycloak
|
|
valuesFile: ../../manifests/keycloak/values.yaml
|
|
autoSync: false |