1
0
mirror of synced 2026-02-06 19:05:55 +00:00
fluxcdbot
2022-10-21 17:33:25 +00:00
committed by Stefan Prodan
parent b82759b35a
commit 4643f8383e
10 changed files with 59 additions and 58 deletions

View File

@@ -169,7 +169,7 @@ func createKsCmdRun(cmd *cobra.Command, args []string) error {
}
if kustomizationArgs.kubeConfigSecretRef != "" {
kustomization.Spec.KubeConfig = &kustomizev1.KubeConfig{
kustomization.Spec.KubeConfig = &meta.KubeConfigReference{
SecretRef: meta.SecretKeyReference{
Name: kustomizationArgs.kubeConfigSecretRef,
},