1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Upgrade fluxcd/pkg dependencies

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
Matheus Pimenta
2025-07-14 19:10:00 +01:00
parent 45990633e6
commit b3b404ed30
11 changed files with 118 additions and 86 deletions

View File

@@ -234,7 +234,7 @@ func createHelmReleaseCmdRun(cmd *cobra.Command, args []string) error {
if helmReleaseArgs.kubeConfigSecretRef != "" {
helmRelease.Spec.KubeConfig = &meta.KubeConfigReference{
SecretRef: meta.SecretKeyReference{
SecretRef: &meta.SecretKeyReference{
Name: helmReleaseArgs.kubeConfigSecretRef,
},
}