...
1namespace: emergencyaccess
2apiVersion: kustomize.config.k8s.io/v1beta1
3kind: Kustomization
4resources:
5- ./../base
6- gcpinfra
7commonAnnotations:
8 cnrm.cloud.google.com/project-id: ${gcp_project_id}
9 cnrm.cloud.google.com/state-into-spec: merge
10patches:
11- path: configmap-patch.yaml
12 target:
13 name: authservice
14 kind: ConfigMap
15- path: rbac-patch.yaml
16 target:
17 name: ea-authservice-sa
18 kind: ServiceAccount
19- path: manifests-patch.yaml
20 target:
21 name: authservice
22 kind: Deployment
View as plain text