Skip to content

Commit

Permalink
Don't start in development mode
Browse files Browse the repository at this point in the history
Signed-off-by: Robin <[email protected]>
  • Loading branch information
Robin5605 authored Oct 25, 2023
1 parent be81c24 commit 27cd116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/manifests/keycloak/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
containers:
- name: keycloak
image: quay.io/keycloak/keycloak:22.0
args: ["start-dev"]
args: ["start"]
envFrom:
- secretRef:
name: keycloak-secrets
Expand Down

0 comments on commit 27cd116

Please sign in to comment.