Skip to content

Commit

Permalink
Merge branch 'master' into jerome/use-different-go-image
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromefroe authored Oct 21, 2021
2 parents 1cd74a0 + f919dd9 commit dd567b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: default
---
# Source: m3db-operator/templates/cluster_role.yaml
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: m3db-operator
Expand Down Expand Up @@ -44,7 +44,7 @@ rules:
verbs: ["get", "list", "watch"]
---
# Source: m3db-operator/templates/cluster_role_binding.yaml
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: m3db-operator
Expand Down
2 changes: 1 addition & 1 deletion helm/m3db-operator/templates/cluster_role.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: {{ .Values.operator.name }}
Expand Down
2 changes: 1 addition & 1 deletion helm/m3db-operator/templates/cluster_role_binding.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: {{ .Values.operator.name }}
Expand Down

0 comments on commit dd567b9

Please sign in to comment.