2db7d3d85c
ipam yaml was getting downloaded in customization file. This will cause problem behind proxy. So adding the ipam yaml to respective folder Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com> Change-Id: Idf0f4b13fb6380363d3cabacfeacc7179f09cff9
11 lines
250 B
YAML
11 lines
250 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
# When updating the release, update also the image tag in image_patch.yaml
|
|
resources:
|
|
- ipam-components.yaml
|
|
|
|
patchesStrategicMerge:
|
|
- image_patch.yaml
|
|
- pull_policy_patch.yaml
|