Skip to content

Commit

Permalink
remove labels from cluster role (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha authored Apr 14, 2024
1 parent bff298f commit 1e797ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion mirrord-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1.2.3
version: 1.3.0

# 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
Expand Down
4 changes: 0 additions & 4 deletions mirrord-operator/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: mirrord-operator-user
labels:
{{- include "mirrord-operator.labels" . | nindent 4 }}
rules:
{{- include "mirrord-operator.rules" . | nindent 0 }}
{{- include "mirrord-operator.clusterRules" . | nindent 0 }}
Expand All @@ -83,7 +81,5 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: mirrord-operator-user-basic
labels:
{{- include "mirrord-operator.labels" . | nindent 4 }}
rules:
{{- include "mirrord-operator.clusterRules" . | nindent 0 }}

0 comments on commit 1e797ce

Please sign in to comment.