* added another documentation example * added end of file newline * Revert "added end of file newline" This reverts commit 2d196ffba343f0f906c6a39d5cb27a7d06e51602. * added another documentation example
10 lines
No EOL
250 B
YAML
10 lines
No EOL
250 B
YAML
apiVersion: v1
|
|
data:
|
|
add-headers: "ingress-nginx/custom-headers"
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: ingress-nginx-controller
|
|
namespace: ingress-nginx
|
|
labels:
|
|
app.kubernetes.io/name: ingress-nginx
|
|
app.kubernetes.io/part-of: ingress-nginx |