Skip to content

Commit

Permalink
fix: default value false for createClusterRole
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien committed Mar 6, 2024
1 parent e7a2bb4 commit ae33d37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion deploy/helm/pulumi-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ icon: https://www.pulumi.com/logos/brand/avatar-on-white.svg

type: application


version: 0.7.0
appVersion: 1.14.0

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/pulumi-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The command removes all the Kubernetes components associated with the chart and
| controller.kubernetesClusterDomain | string | `"cluster.local"` | Kubernetes Cluster Domain, default: `cluster.local` |
| controller.maxConcurrentReconciles | string | `"10"` | Max concurrent reconciles, default: `10` |
| controller.pulumiInferNamespace | string | `"1"` | Pulumi infer namespace, default: `1` |
| createClusterRole | bool | `true` | Create a ClusterRole resource for the node-red pod. default: false |
| createClusterRole | bool | `false` | Create a ClusterRole resource for the node-red pod. default: false |
| deploymentAnnotations | object | `{}` | Deployment annotations |
| deploymentStrategy | string | `""` | Specifies the strategy used to replace old Pods by new ones, default: `RollingUpdate` |
| extraEnv | list | `[]` | Extra Environments to be passed to the operator |
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/pulumi-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ controller:
extraEnv: []

# -- Create a ClusterRole resource for the node-red pod. default: false
createClusterRole: true
createClusterRole: false

## -- Enable this and set the rules: to whatever custom rules you want for the Cluster Role resource.
clusterRoleRules:
Expand Down

0 comments on commit ae33d37

Please sign in to comment.