...
1apiVersion: kustomize.config.k8s.io/v1beta1
2kind: Kustomization
3resources:
4- gcpinfra
5- ingress.yaml
6- manifests.yaml
7- secrets.yaml
8commonLabels:
9 platform.edge.ncr.com/component: postgrest
10components:
11- ../base
12patches:
13- path: workload-identity-ksa-patch.yaml
14 target:
15 kind: ServiceAccount
16- path: backend-config-patch.yaml
17 target:
18 name: postgrest
19 kind: Service
20- path: backend-config-patch-pgrst.yaml
21 target:
22 name: pgrstoauth
23 kind: Service
View as plain text