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 6b42861 commit 6823894Copy full SHA for 6823894
pkg/controlplane/components/utils_test.go
@@ -23,7 +23,7 @@ import (
23
var (
24
tenantNamespace = "tenant-namespace"
25
fluxSecretRef = &meta.KubeConfigReference{
26
- SecretRef: meta.SecretKeyReference{
+ SecretRef: &meta.SecretKeyReference{
27
Name: "some-secret",
28
Key: "kubeconfig",
29
},
0 commit comments