Skip to content

Commit

Permalink
possibility to enable support mode on the api
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Oct 3, 2024
1 parent a88c225 commit 3478d42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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: 0.55.0
version: 0.56.0

# 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
2 changes: 2 additions & 0 deletions charts/hub/templates/kerberos-hub/hub-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ spec:
env:
- name: READ_ONLY
value: "{{ .Values.readonly }}"
- name: SUPPORT_ENABLED
value: "{{ .Values.kerberoshub.support }}"
- name: CLOUD_API_URL
value: "{{ .Values.kerberoshub.api.url }}"
- name: API_URL
Expand Down
2 changes: 2 additions & 0 deletions charts/hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ email:
# Kerberos hub properly working.

kerberoshub:
# Enables the support environment.
support: false
api:
repository: kerberos/hub-api
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 3478d42

Please sign in to comment.