22 lines
470 B
YAML
22 lines
470 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: keycloak
|
|
namespace: argocd
|
|
spec:
|
|
project: infra
|
|
source:
|
|
repoURL: 'https://git.dvirlabs.com/dvirlabs/infra.git'
|
|
targetRevision: HEAD
|
|
path: charts/keycloak
|
|
helm:
|
|
valueFiles:
|
|
- ../../manifests/keycloak/values.yaml
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: infra
|
|
syncPolicy:
|
|
automated: []
|
|
# prune: true
|
|
# selfHeal: true
|