From f545e8f18147ab46504cc97d03d790d646432d9e Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Mon, 30 Jun 2025 13:29:03 +0000 Subject: [PATCH] Stop kustomize moaning Signed-off-by: Martyn Ranyard --- kustomized-helms/pg4nc/kustomization.yaml | 30 ++++++++++++----------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/kustomized-helms/pg4nc/kustomization.yaml b/kustomized-helms/pg4nc/kustomization.yaml index 64a0ab3..202f8f7 100644 --- a/kustomized-helms/pg4nc/kustomization.yaml +++ b/kustomized-helms/pg4nc/kustomization.yaml @@ -1,16 +1,18 @@ helmCharts: - - repo: https://raw.githubusercontent.com/hansehe/postgres-helm/master/helm/charts/postgres - name: postgres - releaseName: pg4nc - namespace: nextcloud - valuesInline: - environmentVariables: - POSTGRES_USER: nextcloud - POSTGRES_PASSWORD: hmj@geq1jdw7pfg8BDC - POSTGRES_DB: nextcloud - volume: - className: longhorn-single - enabled: true +- name: postgres + namespace: nextcloud + releaseName: pg4nc + repo: https://raw.githubusercontent.com/hansehe/postgres-helm/master/helm/charts/postgres + valuesInline: + environmentVariables: + POSTGRES_DB: nextcloud + POSTGRES_PASSWORD: hmj@geq1jdw7pfg8BDC + POSTGRES_USER: nextcloud + volume: + className: longhorn-single + enabled: true -patchesStrategicMerge: - - statefulset.yaml +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +patches: +- path: statefulset.yaml