Skip to content

Commit

Permalink
feat: kubernetes keycloak deployment strategy
Browse files Browse the repository at this point in the history
Allow to set the deployment strategy, the default RollingUpdate fail
if multiattach is not supported by volumes

Signed-off-by: Jean-François Monnier <kessler.dev@gmail.com>
  • Loading branch information
kesslerdev committed Jul 1, 2020
1 parent 3d60fde commit b9693df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ spec:
matchLabels:
app: che
component: keycloak
strategy:
type: {{ .Values.deploymentStrategy }}
template:
metadata:
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ image: quay.io/eclipse/che-keycloak:nightly
requireAdminPasswordChange: true
keycloakAdminUserName: admin
keycloakAdminUserPassword: admin
deploymentStrategy: RollingUpdate

0 comments on commit b9693df

Please sign in to comment.