feat(ingress-nginx): copy standard config map

This commit is contained in:
Laurent Gourvenec 2025-01-15 09:55:52 +01:00
parent 6af5702148
commit 90a5a86e4b
2 changed files with 17 additions and 1 deletions

View File

@ -1,2 +1,5 @@
resources:
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.4.0/deploy/static/provider/cloud/deploy.yaml
patches:
- path: patches/ingress-nginx-cm.yaml

View 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"