We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e1a19 commit f6e75e6Copy full SHA for f6e75e6
v2/e2e/kustomization.yaml
@@ -1,15 +1,15 @@
1
resources:
2
- - ../config/default
3
- - ../config/pod/coil-router.yaml
+- ../config/default
+- ../config/pod/coil-router.yaml
4
5
patchesStrategicMerge:
6
- - coil-ipam-controller_patch.yaml
+- coil-controller_patch.yaml
7
8
configMapGenerator:
9
- - name: coil-config
10
- namespace: system
11
- files:
12
- - cni_netconf=../netconf.json
+- name: coil-config
+ namespace: system
+ files:
+ - cni_netconf=../netconf.json
13
14
# Adds namespace to all resources.
15
namespace: kube-system
0 commit comments