39 lines
847 B
YAML
39 lines
847 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
helmGlobals:
|
|
chartHome: .helm/charts
|
|
|
|
helmCharts:
|
|
- name: pgadmin4-helm
|
|
repo: oci://docker.io/dpage
|
|
version: 9.16.0
|
|
releaseName: pgadmin
|
|
namespace: platform-admin
|
|
valuesFile: values/home.yaml
|
|
includeCRDs: false
|
|
skipTests: true
|
|
|
|
resources:
|
|
- config.yaml
|
|
- network-policies
|
|
|
|
patches:
|
|
- patch: |-
|
|
- op: add
|
|
path: /metadata/namespace
|
|
value: platform-admin
|
|
target:
|
|
labelSelector: app.kubernetes.io/instance=pgadmin
|
|
- path: ingress-class-patch.yaml
|
|
target:
|
|
group: networking.k8s.io
|
|
version: v1
|
|
kind: Ingress
|
|
name: pgadmin
|
|
|
|
images:
|
|
- name: docker.io/dpage/pgadmin4
|
|
newName: docker.io/dpage/pgadmin4
|
|
digest: sha256:66a300a7ecdcc1f325af0c430315329bca46cd4a7067227d6899802238167c6e
|