fix(k8s): use args instead of command for keycloak to allow default entrypoint
This commit is contained in:
@@ -20,7 +20,7 @@ spec:
|
||||
- name: keycloak
|
||||
image: quay.io/keycloak/keycloak:26.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
args:
|
||||
- start
|
||||
ports:
|
||||
- name: http
|
||||
|
||||
Reference in New Issue
Block a user