diff --git a/gremlin/Chart.yaml b/gremlin/Chart.yaml index e2fdac4..40b2505 100644 --- a/gremlin/Chart.yaml +++ b/gremlin/Chart.yaml @@ -1,5 +1,5 @@ name: gremlin -version: 0.24.0 +version: 0.24.1 description: The Gremlin Inc client application apiVersion: v1 home: https://www.gremlin.com diff --git a/gremlin/templates/gremlin-service-account.yaml b/gremlin/templates/gremlin-service-account.yaml index 794c63e..8fa531f 100644 --- a/gremlin/templates/gremlin-service-account.yaml +++ b/gremlin/templates/gremlin-service-account.yaml @@ -35,7 +35,7 @@ metadata: subjects: - kind: ServiceAccount name: gremlin - namespace: gremlin + namespace: {{ .Release.Namespace }} roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole