Commit 8c87b6c
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
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
0 commit comments