add namespace in kustomization for resource patching
All checks were successful
Mirror to GitHub / mirror (push) Successful in 8s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 8s
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
nameReference:
|
||||
- kind: ConfigMap
|
||||
version: v1
|
||||
fieldSpecs:
|
||||
- kind: Deployment
|
||||
version: v1
|
||||
group: apps
|
||||
path: spec.template.spec.volumes.configMap.name
|
||||
@@ -1,6 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: ptp-chat
|
||||
|
||||
resources:
|
||||
- ptp-chat-backend.yaml
|
||||
- ptp-chat-frontend.yaml
|
||||
@@ -9,7 +11,6 @@ resources:
|
||||
- ptp-chat-istio.yaml
|
||||
- ptp-chat-sealed-secret.yaml
|
||||
- ptp-chat-pull-sealed-secret.yaml
|
||||
- config-map-config.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: ptp-chat-frontend-env
|
||||
|
||||
Reference in New Issue
Block a user