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 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources:
- ns.yaml
helmCharts: helmCharts:
- name: cert-manager - name: cert-manager
repo: https://charts.jetstack.io repo: https://charts.jetstack.io
version: 1.17.0 version: 1.17.0
releaseName: cert-manager releaseName: cert-manager
namespace: cert-manager
valuesFile: values.yaml 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 #- gateway.yaml
#- http-route.yaml #- http-route.yaml
- ingress.yaml - ingress.yaml
- ns.yaml
- secret.yaml - secret.yaml
- svc.yaml - svc.yaml
- svcacc.yaml - svcacc.yaml