remove keycloak

This commit is contained in:
2022-11-09 09:19:51 -06:00
parent ac97e1e1d1
commit da9dca658b

View File

@@ -1,21 +1,21 @@
apiVersion: argoproj.io/v1alpha1 #apiVersion: argoproj.io/v1alpha1
kind: Application #kind: Application
metadata: #metadata:
name: keycloak # name: keycloak
namespace: argocd # namespace: argocd
spec: #spec:
project: default # project: default
source: # source:
repoURL: https://github.com/DeveloperDurp/homelab.git # repoURL: https://github.com/DeveloperDurp/homelab.git
targetRevision: main # targetRevision: main
path: keycloak # path: keycloak
destination: # destination:
namespace: keycloak # namespace: keycloak
name: in-cluster # name: in-cluster
syncPolicy: # syncPolicy:
automated: # automated:
prune: true # prune: true
selfHeal: true # selfHeal: true
syncOptions: # syncOptions:
- CreateNamespace=true # - CreateNamespace=true
#