From ae33d371b8eb79b495bff249454ed2a564040d0b Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Wed, 6 Mar 2024 14:48:08 +0100 Subject: [PATCH] fix: default value false for createClusterRole --- deploy/helm/pulumi-operator/Chart.yaml | 1 - deploy/helm/pulumi-operator/README.md | 2 +- deploy/helm/pulumi-operator/values.yaml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/deploy/helm/pulumi-operator/Chart.yaml b/deploy/helm/pulumi-operator/Chart.yaml index 7e23307a..f6992edf 100755 --- a/deploy/helm/pulumi-operator/Chart.yaml +++ b/deploy/helm/pulumi-operator/Chart.yaml @@ -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 diff --git a/deploy/helm/pulumi-operator/README.md b/deploy/helm/pulumi-operator/README.md index ff38f456..db25fabd 100644 --- a/deploy/helm/pulumi-operator/README.md +++ b/deploy/helm/pulumi-operator/README.md @@ -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 | diff --git a/deploy/helm/pulumi-operator/values.yaml b/deploy/helm/pulumi-operator/values.yaml index f6f284fc..42ad80d1 100644 --- a/deploy/helm/pulumi-operator/values.yaml +++ b/deploy/helm/pulumi-operator/values.yaml @@ -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: