22 lines
470 B
YAML
22 lines
470 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: keycloak
|
|
namespace: argocd
|
|
spec:
|
|
project: atlantis
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: idp
|
|
sources:
|
|
- repoURL: https://charts.bitnami.com/bitnami
|
|
targetRevision: 18.3.3
|
|
chart: keycloak
|
|
helm:
|
|
valueFiles:
|
|
- $values/keycloak/values.yaml
|
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
|
targetRevision: dev
|
|
ref: values
|
|
|