Skip to content

Commit

Permalink
manifest gen
Browse files Browse the repository at this point in the history
  • Loading branch information
EronWright committed Oct 10, 2024
1 parent 5531fd4 commit ca5a73e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions deploy/yaml/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28052,6 +28052,12 @@ metadata:
name: controller-manager
namespace: pulumi-kubernetes-operator
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: pulumi
namespace: pulumi-kubernetes-operator
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
Expand Down Expand Up @@ -28171,6 +28177,12 @@ rules:
- workspaces/finalizers
verbs:
- update
- apiGroups:
- auto.pulumi.com
resources:
- workspaces/rpc
verbs:
- use
- apiGroups:
- auto.pulumi.com
resources:
Expand Down Expand Up @@ -28342,6 +28354,19 @@ subjects:
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: default:pulumi:system:auth-delegator
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:auth-delegator
subjects:
- kind: ServiceAccount
name: pulumi
namespace: pulumi-kubernetes-operator
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:
app.kubernetes.io/managed-by: kustomize
Expand Down

0 comments on commit ca5a73e

Please sign in to comment.