Skip to content

Commit 2801ca7

Browse files
committed
envtest rbac: add a todo to remind us to stop hardcoding VenConnRBAC
1 parent 793d855 commit 2801ca7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/testutil/envtest.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@ func FakeTPP(t testing.TB) (*httptest.Server, *x509.Certificate) {
244244
// Generated using:
245245
//
246246
// helm template ./deploy/charts/venafi-kubernetes-agent -n venafi --set venafiConnection.include=true --show-only templates/venafi-connection-VenConnRBAC.yaml | grep -ivE '(helm|\/version)'
247+
//
248+
// TODO(mael): Once we get the Makefile modules setup, we should generate this
249+
// based on the Helm chart rather than having it hardcoded here. Ticket:
250+
// https://venafi.atlassian.net/browse/VC-36331
247251
const VenConnRBAC = `
248252
apiVersion: v1
249253
kind: Namespace

0 commit comments

Comments
 (0)