diff --git a/cluster/platform/cert-manager/application.yaml b/cluster/platform/cert-manager/application.yaml index 01ff718..fb70fea 100644 --- a/cluster/platform/cert-manager/application.yaml +++ b/cluster/platform/cert-manager/application.yaml @@ -16,7 +16,8 @@ spec: chart: cert-manager targetRevision: v1.17.2 helm: - valuesFile: values.yaml + valuesFiles: + - values.yaml destination: server: https://kubernetes.default.svc namespace: cert-manager diff --git a/cluster/platform/external-dns/application.yaml b/cluster/platform/external-dns/application.yaml index fac38f6..4849325 100644 --- a/cluster/platform/external-dns/application.yaml +++ b/cluster/platform/external-dns/application.yaml @@ -17,7 +17,8 @@ spec: chart: external-dns targetRevision: 1.15.1 helm: - valuesFile: values.yaml + valuesFiles: + - values.yaml destination: server: https://kubernetes.default.svc namespace: external-dns diff --git a/cluster/platform/external-secrets/application.yaml b/cluster/platform/external-secrets/application.yaml index 772beed..74d12e8 100644 --- a/cluster/platform/external-secrets/application.yaml +++ b/cluster/platform/external-secrets/application.yaml @@ -16,7 +16,8 @@ spec: chart: external-secrets targetRevision: 0.14.4 helm: - valuesFile: values.yaml + valuesFiles: + - values.yaml destination: server: https://kubernetes.default.svc namespace: external-secrets diff --git a/cluster/platform/ingress-nginx/application.yaml b/cluster/platform/ingress-nginx/application.yaml index 4dba397..e5efe27 100644 --- a/cluster/platform/ingress-nginx/application.yaml +++ b/cluster/platform/ingress-nginx/application.yaml @@ -16,7 +16,8 @@ spec: chart: ingress-nginx targetRevision: 4.12.1 helm: - valuesFile: values.yaml + valuesFiles: + - values.yaml destination: server: https://kubernetes.default.svc namespace: ingress-nginx diff --git a/cluster/platform/onepassword-connect/application.yaml b/cluster/platform/onepassword-connect/application.yaml index 61d83be..28df51e 100644 --- a/cluster/platform/onepassword-connect/application.yaml +++ b/cluster/platform/onepassword-connect/application.yaml @@ -28,7 +28,8 @@ spec: chart: connect targetRevision: 1.16.0 helm: - valuesFile: values.yaml + valuesFiles: + - values.yaml destination: server: https://kubernetes.default.svc namespace: onepassword-connect