diff --git a/helloworld-app/base/kustomization.yaml b/helloworld-app/base/kustomization.yaml index 5688faf..691f598 100644 --- a/helloworld-app/base/kustomization.yaml +++ b/helloworld-app/base/kustomization.yaml @@ -1,6 +1,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -namespace: helloworld-test resources: - deployment.yaml - service.yaml