diff --git a/charts/keycloak/Chart.yaml b/charts/keycloak/Chart.yaml index 5161e2e..92f8908 100644 --- a/charts/keycloak/Chart.yaml +++ b/charts/keycloak/Chart.yaml @@ -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 diff --git a/charts/keycloak/templates/deployment.yaml b/charts/keycloak/templates/deployment.yaml index 6561d79..08d3d3b 100644 --- a/charts/keycloak/templates/deployment.yaml +++ b/charts/keycloak/templates/deployment.yaml @@ -41,6 +41,7 @@ spec: protocol: TCP args: - start + {{- toYaml .Values.args | nindent 12 }} resources: {{- toYaml .Values.resources | nindent 12 }} env: diff --git a/charts/keycloak/values.yaml b/charts/keycloak/values.yaml index 06e691b..324a0f2 100644 --- a/charts/keycloak/values.yaml +++ b/charts/keycloak/values.yaml @@ -91,3 +91,5 @@ keycloak: logLevel: info relativePath: "/" hostname: keycloak.example.com + +args: []