Skip to content

Commit

Permalink
add args to keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
ruckc committed May 24, 2023
1 parent 3ee1302 commit 37b827b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.9
version: 1.1.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/keycloak/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ spec:
protocol: TCP
args:
- start
{{- toYaml .Values.args | nindent 12 }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
env:
Expand Down
2 changes: 2 additions & 0 deletions charts/keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ keycloak:
logLevel: info
relativePath: "/"
hostname: keycloak.example.com

args: []

0 comments on commit 37b827b

Please sign in to comment.