We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793d855 commit 2801ca7Copy full SHA for 2801ca7
pkg/testutil/envtest.go
@@ -244,6 +244,10 @@ func FakeTPP(t testing.TB) (*httptest.Server, *x509.Certificate) {
244
// Generated using:
245
//
246
// 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
251
const VenConnRBAC = `
252
apiVersion: v1
253
kind: Namespace
0 commit comments