Skip to content

Commit 3478d42

Browse files
committed
possibility to enable support mode on the api
1 parent a88c225 commit 3478d42

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

charts/hub/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.55.0
19+
version: 0.56.0
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to

charts/hub/templates/kerberos-hub/hub-api.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ spec:
139139
env:
140140
- name: READ_ONLY
141141
value: "{{ .Values.readonly }}"
142+
- name: SUPPORT_ENABLED
143+
value: "{{ .Values.kerberoshub.support }}"
142144
- name: CLOUD_API_URL
143145
value: "{{ .Values.kerberoshub.api.url }}"
144146
- name: API_URL

charts/hub/values.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ email:
150150
# Kerberos hub properly working.
151151

152152
kerberoshub:
153+
# Enables the support environment.
154+
support: false
153155
api:
154156
repository: kerberos/hub-api
155157
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)