Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Chart update
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmiskiewicz committed Nov 12, 2019
1 parent 89cfea1 commit 52d7f45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/catalog/templates/controller-manager-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ spec:
- --feature-gates
- NamespacedServiceBroker=false
{{- end }}
{{- if .Values.cascadingDeletionEnabled }}
- --feature-gates
- CascadingDeletion=true
{{- end }}
ports:
- containerPort: 8444
{{- if .Values.controllerManager.healthcheck.enabled }}
Expand Down
2 changes: 2 additions & 0 deletions charts/catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ asyncBindingOperationsEnabled: false
namespacedServiceBrokerDisabled: false
# Whether the ServicePlanDefaults alpha feature should be enabled
servicePlanDefaultsEnabled: false
# Whether the CascadingDeletion alpha feature should be enabled
cascadingDeletionEnabled: false
## Security context give the opportunity to run container as nonroot by setting a securityContext
## by example :
## securityContext: { runAsUser: 1001 }
Expand Down

0 comments on commit 52d7f45

Please sign in to comment.