We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9430da4 commit 38783d9Copy full SHA for 38783d9
2 files changed
apps/apisix/overlays/testing/kustomization.yaml
@@ -1,8 +1,6 @@
1
apiVersion: kustomize.config.k8s.io/v1beta1
2
kind: Kustomization
3
-resources:
4
- - namespace.yaml
5
-namespace: testing-apisix
+namespace: testing
6
helmCharts:
7
- name: apisix
8
repo: https://charts.apiseven.com
@@ -16,6 +14,6 @@ helmCharts:
16
14
enabled: true
17
15
config:
18
apisix:
19
- serviceNamespace: testing-apisix
+ serviceNamespace: testing
20
global:
21
- namespace: testing-apisix
+ namespace: testing
apps/apisix/overlays/testing/namespace.yaml
0 commit comments