Skip to content
Snippets Groups Projects
Commit 73e44cc3 authored by xeruf's avatar xeruf
Browse files

apps: try to fix inconsistent configmap domain substitution

parent 93df195e
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ data:
provider: "openidConnect"
key: "${client_id}"
secret: "${client_secret}"
autoDiscoverUrl: "https://sso.${domain}/.well-known/openid-configuration"
autoDiscoverUrl: "https://${hydra_domain}/.well-known/openid-configuration"
iconUrl: "https://dashboard.${domain}/favicon-32x32.png"
# https://docs.gitea.io/en-us/config-cheat-sheet
config:
......
......@@ -16,7 +16,3 @@ spec:
dependsOn:
- name: flux
- name: secrets-controller
postBuild:
substituteFrom:
- kind: Secret
name: stackspin-cluster-variables
......@@ -21,10 +21,10 @@ spec:
#- name: single-sign-on
postBuild:
substituteFrom:
- kind: ConfigMap
name: stackspin-invoiceninja-kustomization-variables
- kind: Secret
name: stackspin-cluster-variables
- kind: ConfigMap
name: stackspin-invoiceninja-kustomization-variables
- kind: Secret
name: stackspin-invoiceninja-variables
- kind: Secret
......
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
......@@ -16,7 +15,3 @@ spec:
dependsOn:
- name: flux
- name: secrets-controller
postBuild:
substituteFrom:
- kind: Secret
name: stackspin-cluster-variables
......@@ -37,4 +37,4 @@ data:
# - name: Stackspin
# key: "${client_id}"
# secret: "${client_secret}"
# autoDiscoverUrl: 'https://sso.${domain}/.well-known/openid-configuration'
# autoDiscoverUrl: 'https://${hydra_domain}/.well-known/openid-configuration'
......@@ -27,4 +27,4 @@ data:
# - name: Stackspin
# key: "${client_id}"
# secret: "${client_secret}"
# autoDiscoverUrl: 'https://sso.${domain}/.well-known/openid-configuration'
# autoDiscoverUrl: 'https://${hydra_domain}/.well-known/openid-configuration'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment