diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-12 14:54:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-12 14:54:47 +0000 |
commit | fe9298f48b7202c60b02fbb54161c5299d637ae7 (patch) | |
tree | 371c17ead9f1f181edafc46de7ec1a25acac8c8a /kubernetes | |
parent | 0f04ee8102c00167cd7aedbb8524122e8cbd4e06 (diff) | |
parent | 41d4e8ee56e4dfd4bed02211ea3f95d4ae1e7afe (diff) |
Merge "[ONAP] update api version"
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/onap/templates/clusterrolebinding.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/onap/templates/clusterrolebinding.yaml b/kubernetes/onap/templates/clusterrolebinding.yaml index 2367143b11..c2f48d9ba8 100644 --- a/kubernetes/onap/templates/clusterrolebinding.yaml +++ b/kubernetes/onap/templates/clusterrolebinding.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: {{ include "common.namespace" . }}-binding |