Skip to content

Commit

Permalink
121 new reana patch (#122)
Browse files Browse the repository at this point in the history
* updated subchart config

* updated subchart config
  • Loading branch information
muali14 authored May 12, 2023
1 parent a3116e8 commit 4e34d31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/reana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ sources:
- https://github.com/reanahub/pytest-reana
- https://github.com/reanahub/www.reana.io
type: application
version: 0.9.2
version: 0.9.3
appVersion: 0.9.1
4 changes: 2 additions & 2 deletions charts/reana/charts/traefik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,11 +390,11 @@ hostNetwork: false

# Whether Role Based Access Control objects like roles and rolebindings should be created
rbac:
enabled: true
enabled: false

# If set to false, installs ClusterRole and ClusterRoleBinding so Traefik can be used across namespaces.
# If set to true, installs namespace-specific Role and RoleBinding and requires provider configuration be set to that same namespace
namespaced: false
namespaced: true

# Enable to create a PodSecurityPolicy and assign it to the Service Account via RoleBinding or ClusterRoleBinding
podSecurityPolicy:
Expand Down

0 comments on commit 4e34d31

Please sign in to comment.