fix: remove more ns
This commit is contained in:
@@ -2,13 +2,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ns.yaml
|
||||
|
||||
helmCharts:
|
||||
- name: cert-manager
|
||||
repo: https://charts.jetstack.io
|
||||
version: 1.17.0
|
||||
releaseName: cert-manager
|
||||
namespace: cert-manager
|
||||
valuesFile: values.yaml
|
||||
@@ -1,5 +0,0 @@
|
||||
# ns.yaml
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cert-manager
|
||||
@@ -9,7 +9,6 @@ resources:
|
||||
#- gateway.yaml
|
||||
#- http-route.yaml
|
||||
- ingress.yaml
|
||||
- ns.yaml
|
||||
- secret.yaml
|
||||
- svc.yaml
|
||||
- svcacc.yaml
|
||||
Reference in New Issue
Block a user