fix: remove more ns

This commit is contained in:
Philip Haupt
2025-03-17 22:55:54 +01:00
parent f67dba0270
commit a83c0f393c
3 changed files with 0 additions and 10 deletions

View File

@@ -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

View File

@@ -1,5 +0,0 @@
# ns.yaml
apiVersion: v1
kind: Namespace
metadata:
name: cert-manager

View File

@@ -9,7 +9,6 @@ resources:
#- gateway.yaml
#- http-route.yaml
- ingress.yaml
- ns.yaml
- secret.yaml
- svc.yaml
- svcacc.yaml