Skip to content

Commit 8c87b6c

Browse files
committed
Revert "e2e/test.sh: VenafiConnection CRDs weren't being installed"
The error that I was trying to fix was: failed to list *v1alpha1.VenafiConnection: venaficonnections.jetstack.io is forbidden: User "system:serviceaccount:venafi:venafi-connection" cannot list resource "venaficonnections" in API group "jetstack.io" at the cluster scope I then added crds.venafiConnection.include=true, thinking that the agent's helm chart wasn't installing the RBAC. But I found that ./hack/e2e/test.sh was installing venafi enhanced issuer along with the Agent, which means the venafi-connection helm chart was being installed and so crds.venafiConnection.include=true isn't needed.
1 parent 47b99ae commit 8c87b6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hack/e2e/values.venafi-kubernetes-agent.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ config:
66
authentication:
77
venafiConnection:
88
enabled: true
9-
10-
crds:
11-
venafiConnection:
12-
include: true

0 commit comments

Comments
 (0)