handle prefix

This commit is contained in:
2024-12-23 19:38:06 +01:00
parent 3bbb2f8240
commit d72e29ff16
13 changed files with 18 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: keycloak-requirements-v2
name: {{ .Values.argocd.prefix }}keycloak-requirements
namespace: {{ .Values.argocd.namespace }}
annotations:
argocd.argoproj.io/sync-wave: "-1"
@@ -16,6 +16,7 @@ spec:
helm:
releaseName: keycloak-requirements
valuesObject:
prefix: {{ .Values.argocd.prefix }}
dbCluster:
size: {{ .Values.dbCluster.size }}
numInstances: {{ .Values.dbCluster.numInstances }}