Skip to content

Commit

Permalink
Tweak Helm (#17)
Browse files Browse the repository at this point in the history
Fix discrepency between certain uses of hostnames.
  • Loading branch information
spjmurray authored Jun 17, 2024
1 parent 4396362 commit 6b19834
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/region/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for deploying Unikorn's Region Controller

type: application

version: v0.1.10
appVersion: v0.1.10
version: v0.1.11
appVersion: v0.1.11

icon: https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png
2 changes: 1 addition & 1 deletion charts/region/templates/region-controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
{{ printf "- --cors-max-age=%s" $cors.maxAge | nindent 8 }}
{{- end }}
{{- end }}
- --identity-host={{ include "unikorn.identity.host" . }}
- --identity-host=https://{{ include "unikorn.identity.host" . }}
{{- with $identitiyCaSecretNamespace := ( include "unikorn.identity.ca.secretNamespace" . ) -}}
{{ printf "- --identity-ca-secret-namespace=%s" $identitiyCaSecretNamespace | nindent 8 }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/region/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ingress:

identity:
# OIDC issuer used to discover OIDC configuration and verify access tokens.
host: https://identity.unikorn-cloud.org
host: identity.unikorn-cloud.org

# CA certificate to use to verify connections to the issuer, used in development only.
# caSecretNamespace: ~
Expand Down

0 comments on commit 6b19834

Please sign in to comment.