diff --git a/scripts/init-gitea-job/templates/cf-init-gitea-cm.yaml b/scripts/init-gitea-job/templates/cf-init-gitea-cm.yaml index 8792ce79..44bc4d21 100644 --- a/scripts/init-gitea-job/templates/cf-init-gitea-cm.yaml +++ b/scripts/init-gitea-job/templates/cf-init-gitea-cm.yaml @@ -315,6 +315,9 @@ data: cat >> /tmp/values.yaml << 'EOF' aiwb: helmParameters: + # APP-DOMAIN (preserve from root/values.yaml) + - name: appDomain + value: {{ .Values.domain | quote }} # STANDALONE-MODE - name: standAloneMode value: "true" diff --git a/sources/keycloak-old/templates/es-airm-realm-credentials.yaml b/sources/keycloak-old/templates/es-airm-realm-credentials.yaml index d3c24bae..6ed69696 100644 --- a/sources/keycloak-old/templates/es-airm-realm-credentials.yaml +++ b/sources/keycloak-old/templates/es-airm-realm-credentials.yaml @@ -5,9 +5,6 @@ kind: ExternalSecret metadata: name: airm-realm-credentials namespace: keycloak - annotations: - argocd.argoproj.io/hook: PreSync - argocd.argoproj.io/hook-weight: "-15" spec: data: - remoteRef: diff --git a/sources/keycloak-old/templates/es-keycloak-credentials.yaml b/sources/keycloak-old/templates/es-keycloak-credentials.yaml index a0aecef8..ea826228 100644 --- a/sources/keycloak-old/templates/es-keycloak-credentials.yaml +++ b/sources/keycloak-old/templates/es-keycloak-credentials.yaml @@ -5,9 +5,6 @@ kind: ExternalSecret metadata: name: keycloak-credentials namespace: keycloak - annotations: - argocd.argoproj.io/hook: PreSync - argocd.argoproj.io/hook-weight: "-15" spec: data: - remoteRef: @@ -21,4 +18,4 @@ spec: target: creationPolicy: Owner name: keycloak-credentials -{{- end }} \ No newline at end of file +{{- end }}