Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ukff committed Sep 16, 2024
1 parent 457f100 commit 3ac0138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/keb/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ spec:
- name: APP_BROKER_ALLOW_UPDATE_EXPIRED_INSTANCE_WITH_CONTEXT
value: "{{ .Values.allowUpdateExpiredInstanceWithContext }}"
- name: APP_BROKER_SUBACCOUNT_MOVEMENT_ENABLED
value: "{{ .Values.broker.SubaccountMovementEnabled }}"
value: "{{ .Values.broker.subaccountMovementEnabled }}"
ports:
- name: http
containerPort: {{ .Values.broker.port }}
Expand Down
2 changes: 1 addition & 1 deletion resources/keb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ broker:
enabled: false
enableShootAndSeedSameRegion: "false"
allowUpdateExpiredInstanceWithContext: "true"
SubaccountMovementEnabled: "true"
subaccountMovementEnabled: "true"

binding:
enabled: false
Expand Down

0 comments on commit 3ac0138

Please sign in to comment.