From 116c6ff5ed85fd6c46175102454ce2f715eb167c Mon Sep 17 00:00:00 2001 From: IdoKendo Date: Wed, 3 Jul 2024 13:22:54 +0300 Subject: [PATCH] fix: namespace in clusterRoleBinding --- charts/zesty/Chart.yaml | 2 +- charts/zesty/templates/clusterRoleBinding.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/zesty/Chart.yaml b/charts/zesty/Chart.yaml index 70979d8..c94ed37 100644 --- a/charts/zesty/Chart.yaml +++ b/charts/zesty/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.8 +version: 0.1.9 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/zesty/templates/clusterRoleBinding.yaml b/charts/zesty/templates/clusterRoleBinding.yaml index d021263..271c0bb 100644 --- a/charts/zesty/templates/clusterRoleBinding.yaml +++ b/charts/zesty/templates/clusterRoleBinding.yaml @@ -12,4 +12,4 @@ roleRef: subjects: - kind: ServiceAccount name: zesty - namespace: {{ .Release.namespace }} + namespace: {{ .Release.Namespace }}