We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7196868 commit 4d8cb8dCopy full SHA for 4d8cb8d
.github/workflows/test-release.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Render changelog configuration
21
env:
22
- REGEXP: "?!CRDs\-"
+ REGEXP: "?!CRDs\\-"
23
run: |
24
export DATE=$(date +%F); cat .github/workflows/changelog.json | envsubst > /tmp/changelog.json; cat /tmp/changelog.json
25
traefik-crds/templates/crds.yaml
@@ -9,3 +9,4 @@
9
{{- if eq (.Values.gatewayAPI | toString) "true" -}}
10
{{ include "traefik-crds.render-crds" (dict "scope" . "path" "crds-files/gatewayAPI/*.yaml") }}
11
{{- end }}
12
+#
0 commit comments