Skip to content

Commit

Permalink
add broker_credentials_enabled option to helm chart (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalnathan authored Mar 7, 2021
1 parent 1283e05 commit 85c1c34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/service-broker-proxy-k8s/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
secretKeyRef:
name: {{ template "service-broker-proxy.fullname" . }}-regsecret
key: password
- name: APP_BROKER_CREDENTIALS_ENABLED
value: '{{ .Values.config.app.broker_credentials_enabled }}'
- name: APP_URL
{{- if .Values.config.app.url }}
value: {{ .Values.config.app.url }}
Expand Down
1 change: 1 addition & 0 deletions charts/service-broker-proxy-k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ config:
app:
legacy_url:
url:
broker_credentials_enabled: true
server:
port: 8081
request_timeout: 2m
Expand Down

0 comments on commit 85c1c34

Please sign in to comment.