Skip to content

Commit

Permalink
e2e manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
EronWright committed Oct 10, 2024
1 parent f010394 commit 8e705a5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions operator/e2e/testdata/git-auth-nonroot/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,26 @@ metadata:
stringData:
accessToken: $PULUMI_BOT_TOKEN
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: git-auth-nonroot
namespace: git-auth-nonroot
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: git-auth-nonroot:system:auth-delegator
namespace: git-auth-nonroot
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:auth-delegator
subjects:
- kind: ServiceAccount
name: git-auth-nonroot
namespace: git-auth-nonroot
---
apiVersion: pulumi.com/v1
kind: Stack
metadata:
Expand Down Expand Up @@ -54,6 +74,7 @@ spec:
value: "test"
workspaceTemplate:
spec:
serviceAccountName: git-auth-nonroot
image: pulumi/pulumi:3.134.1-nonroot
podTemplate:
spec:
Expand Down
2 changes: 1 addition & 1 deletion operator/e2e/testdata/random-yaml-nonroot/manifests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-pulumi-operator-workspace-fetch
name: allow-random-yaml-nonroot-fetch
namespace: flux-system
spec:
podSelector:
Expand Down

0 comments on commit 8e705a5

Please sign in to comment.