diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-03-07 20:35:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-07 20:35:02 +0000 |
commit | 6894e5818acd524b2307661c3890b717deabda7f (patch) | |
tree | a90a042d0b7b2203e328e90fc4737bb55d9a2997 /kubernetes/so/templates/clusterrolebinding.yaml | |
parent | 8c4e3d3f261ff6f4f32ae84cfc519f4b55172aee (diff) | |
parent | 0e93fb5bfce4fcd462f5db0d9c6d1f29f2e742a6 (diff) |
Merge "make so chart one namespace compatible"
Diffstat (limited to 'kubernetes/so/templates/clusterrolebinding.yaml')
-rw-r--r-- | kubernetes/so/templates/clusterrolebinding.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/templates/clusterrolebinding.yaml b/kubernetes/so/templates/clusterrolebinding.yaml index a1ff116614..df270f55e5 100644 --- a/kubernetes/so/templates/clusterrolebinding.yaml +++ b/kubernetes/so/templates/clusterrolebinding.yaml @@ -2,7 +2,7 @@ apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRoleBinding metadata: - name: {{ include "common.fullname" . }} + name: {{ include "common.name" . }} namespace: {{ include "common.namespace" . }} labels: app: {{ include "common.name" . }} |