Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions scripts/init-gitea-job/templates/cf-init-gitea-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -21,4 +18,4 @@ spec:
target:
creationPolicy: Owner
name: keycloak-credentials
{{- end }}
{{- end }}
Loading