keycloak-v2 #3

Merged
thomas merged 6 commits from keycloak-v2 into main 2024-12-28 15:27:41 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 3bbb2f8240 - Show all commits

View File

@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: keycloak-deployment
name: keycloak-deployment-v2
namespace: {{ .Values.argocd.namespace }}
annotations:
argocd.argoproj.io/sync-wave: "0"

View File

@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: keycloak-postinstall
name: keycloak-postinstall-v2
namespace: {{ .Values.argocd.namespace }}
annotations:
argocd.argoproj.io/sync-wave: "1"

View File

@@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: keycloak-requirements
name: keycloak-requirements-v2
namespace: {{ .Values.argocd.namespace }}
annotations:
argocd.argoproj.io/sync-wave: "-1"