Skip to content

Commit

Permalink
regenerate manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato committed Nov 25, 2024
1 parent 67e8088 commit 5047219
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions testdata/project-v4-with-plugins/dist/helm-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ metadata:
app.kubernetes.io/name: project-v4-with-plugins
app.kubernetes.io/instance: release-name
app.kubernetes.io/managed-by: Helm
name: metrics-auth-role
name: project-v4-with-plugins-metrics-auth-role
rules:
- apiGroups:
- authentication.k8s.io
Expand Down Expand Up @@ -636,7 +636,7 @@ metadata:
app.kubernetes.io/name: project-v4-with-plugins
app.kubernetes.io/instance: release-name
app.kubernetes.io/managed-by: Helm
name: manager-role
name: project-v4-with-plugins-manager-role
rules:
- apiGroups:
- ""
Expand Down Expand Up @@ -812,11 +812,11 @@ metadata:
app.kubernetes.io/name: project-v4-with-plugins
app.kubernetes.io/instance: release-name
app.kubernetes.io/managed-by: Helm
name: metrics-auth-rolebinding
name: project-v4-with-plugins-metrics-auth-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: metrics-auth-role
name: project-v4-with-plugins-metrics-auth-role
subjects:
- kind: ServiceAccount
name: project-v4-with-plugins-controller-manager
Expand All @@ -832,11 +832,11 @@ metadata:
app.kubernetes.io/name: project-v4-with-plugins
app.kubernetes.io/instance: release-name
app.kubernetes.io/managed-by: Helm
name: manager-rolebinding
name: project-v4-with-plugins-manager-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: manager-role
name: project-v4-with-plugins-manager-role
subjects:
- kind: ServiceAccount
name: project-v4-with-plugins-controller-manager
Expand Down

0 comments on commit 5047219

Please sign in to comment.