diff --git a/ptp-chat/config-map-config.yaml b/ptp-chat/config-map-config.yaml deleted file mode 100644 index 374df26..0000000 --- a/ptp-chat/config-map-config.yaml +++ /dev/null @@ -1,8 +0,0 @@ -nameReference: - - kind: ConfigMap - version: v1 - fieldSpecs: - - kind: Deployment - version: v1 - group: apps - path: spec.template.spec.volumes.configMap.name \ No newline at end of file diff --git a/ptp-chat/kustomization.yaml b/ptp-chat/kustomization.yaml index 67178a9..9bf350c 100644 --- a/ptp-chat/kustomization.yaml +++ b/ptp-chat/kustomization.yaml @@ -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