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 2205e6f commit 6b42861Copy full SHA for 6b42861
pkg/utils/rcontext/rcontext.go
@@ -28,7 +28,7 @@ type fluxKubeconfigKey struct{}
28
29
func WithFluxKubeconfigRef(ctx context.Context, ref *corev1.SecretReference) context.Context {
30
return context.WithValue(ctx, fluxKubeconfigKey{}, &meta.KubeConfigReference{
31
- SecretRef: meta.SecretKeyReference{
+ SecretRef: &meta.SecretKeyReference{
32
Name: ref.Name,
33
Key: "kubeconfig",
34
},
0 commit comments