mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/spring-cloud-data-flow] Use release namespace for prometheus-proxy serviceaccount (#22221)
* Use release namespace for prometheus-proxy serviceaccount Signed-off-by: trisberg <trisberg@pivotal.io> * Bump chart version Signed-off-by: trisberg <trisberg@pivotal.io>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Toolkit for building data processing pipelines.
|
||||
name: spring-cloud-data-flow
|
||||
version: 2.6.0
|
||||
version: 2.6.1
|
||||
appVersion: 2.4.0.RELEASE
|
||||
home: http://cloud.spring.io/spring-cloud-dataflow/
|
||||
sources:
|
||||
|
||||
@@ -8,7 +8,7 @@ metadata:
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: {{ .Release.Name }}-prometheus-proxy
|
||||
namespace: default
|
||||
namespace: {{ .Release.Namespace }}
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
name: cluster-admin
|
||||
|
||||
@@ -5,6 +5,6 @@ metadata:
|
||||
name: {{ .Release.Name }}-prometheus-proxy
|
||||
labels:
|
||||
app: {{ .Release.Name }}-prometheus-proxy
|
||||
namespace: default
|
||||
namespace: {{ .Release.Namespace }}
|
||||
{{- end }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user