Skip to content

Commit

Permalink
Add missing value to keb deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Oct 30, 2024
1 parent 495a2bf commit e2e140c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/keb/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ spec:
value: "{{ .Values.binding.expirationSeconds}}"
- name: APP_BROKER_BINDING_MAX_EXPIRATION_SECONDS
value: "{{ .Values.binding.maxExpirationSeconds}}"
- name: APP_BROKER_BINDING_MIN_EXPIRATION_SECONDS
value: "{{ .Values.binding.minExpirationSeconds}}"
- name: APP_BROKER_BINDING_MAX_BINDINGS_COUNT
value: "{{ .Values.binding.maxBindingsCount}}"
- name: APP_BROKER_ONLY_SINGLE_TRIAL_PER_GA
Expand Down

0 comments on commit e2e140c

Please sign in to comment.