feat(ingress-nginx): copy standard config map
This commit is contained in:
parent
6af5702148
commit
90a5a86e4b
@ -1,2 +1,5 @@
|
|||||||
resources:
|
resources:
|
||||||
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.4.0/deploy/static/provider/cloud/deploy.yaml
|
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.4.0/deploy/static/provider/cloud/deploy.yaml
|
||||||
|
|
||||||
|
patches:
|
||||||
|
- path: patches/ingress-nginx-cm.yaml
|
||||||
|
13
base/nginx/patches/ingress-nginx-cm.yaml
Normal file
13
base/nginx/patches/ingress-nginx-cm.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: ingress-nginx-controller
|
||||||
|
namespace: ingress-nginx
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/component: controller
|
||||||
|
app.kubernetes.io/instance: ingress-nginx
|
||||||
|
app.kubernetes.io/name: ingress-nginx
|
||||||
|
app.kubernetes.io/part-of: ingress-nginx
|
||||||
|
app.kubernetes.io/version: 1.4.0
|
||||||
|
data:
|
||||||
|
allow-snippet-annotations: "true"
|
Loading…
x
Reference in New Issue
Block a user