Correct hostname, make it valid url
Signed-off-by: Benedith Mulongo <benedith@sunet.se>
This commit is contained in:
parent
08085d9e5b
commit
f2da32cc30
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ spec:
|
|||
image: quay.io/keycloak/keycloak:26.1
|
||||
args:
|
||||
- "start"
|
||||
- "--hostname=keycloak.streams.sunet.se"
|
||||
- "--hostname=https://keycloak.streams.sunet.se"
|
||||
- "--hostname-admin=https://keycloak.streams.sunet.se"
|
||||
- "--verbose"
|
||||
env:
|
||||
|
|
|
@ -7,7 +7,7 @@ spec:
|
|||
project: default
|
||||
source:
|
||||
repoURL: https://platform.sunet.se/streams/streams-manifests.git
|
||||
targetRevision: streams-manifests-2025-01-30-v65
|
||||
targetRevision: streams-manifests-2025-01-30-v67
|
||||
path: keycloak/overlays/test
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
|
|
Loading…
Add table
Reference in a new issue