We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c8416 commit a8fb3deCopy full SHA for a8fb3de
1 file changed
helm/oauth2-proxy/Chart.yaml
@@ -31,7 +31,10 @@ kubeVersion: ">=1.16.0-0"
31
annotations:
32
artifacthub.io/changes: |
33
- kind: added
34
- description: Add tpl support for ingress.labels, ingress.extraPaths and nodeSelector
+ description: >
35
+ Add tpl support for ingress.labels, ingress.extraPaths and nodeSelector. This is a
36
+ behavior change: any values containing `{{ ... }}` will now be evaluated as templates.
37
+ To keep literal `{{` sequences, escape them (for example, use `{{"{{"}}`).
38
links:
39
- name: GitHub PR
40
url: https://github.com/oauth2-proxy/manifests/pull/400
0 commit comments