Stop kustomize moaning
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
779de2cdb1
commit
f545e8f181
1 changed files with 16 additions and 14 deletions
|
@ -1,16 +1,18 @@
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- repo: https://raw.githubusercontent.com/hansehe/postgres-helm/master/helm/charts/postgres
|
- name: postgres
|
||||||
name: postgres
|
|
||||||
releaseName: pg4nc
|
|
||||||
namespace: nextcloud
|
namespace: nextcloud
|
||||||
|
releaseName: pg4nc
|
||||||
|
repo: https://raw.githubusercontent.com/hansehe/postgres-helm/master/helm/charts/postgres
|
||||||
valuesInline:
|
valuesInline:
|
||||||
environmentVariables:
|
environmentVariables:
|
||||||
POSTGRES_USER: nextcloud
|
|
||||||
POSTGRES_PASSWORD: hmj@geq1jdw7pfg8BDC
|
|
||||||
POSTGRES_DB: nextcloud
|
POSTGRES_DB: nextcloud
|
||||||
|
POSTGRES_PASSWORD: hmj@geq1jdw7pfg8BDC
|
||||||
|
POSTGRES_USER: nextcloud
|
||||||
volume:
|
volume:
|
||||||
className: longhorn-single
|
className: longhorn-single
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
patchesStrategicMerge:
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
- statefulset.yaml
|
kind: Kustomization
|
||||||
|
patches:
|
||||||
|
- path: statefulset.yaml
|
||||||
|
|
Loading…
Add table
Reference in a new issue