You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
580 B
YAML
23 lines
580 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: keycloak
|
|
namespace: argo-cd
|
|
spec:
|
|
destination:
|
|
namespace: mobene-keycloak
|
|
server: https://kubernetes.default.svc
|
|
project: mobene
|
|
source:
|
|
helm:
|
|
valueFiles:
|
|
- values.yaml
|
|
- secrets+gpg-import-kubernetes://argo-cd/sops-gpg#gpg_key_smardigo_automation__private?secrets.yaml
|
|
path: .
|
|
repoURL: https://prodnso-gitea-01.smardigo.digital/gitea-admin/prodwork01-mobene-keycloak.git
|
|
targetRevision: main
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|