Skip to content

Commit 4d8cb8d

Browse files
committed
feat(CRDs-Chart): test
1 parent 7196868 commit 4d8cb8d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Render changelog configuration
2121
env:
22-
REGEXP: "?!CRDs\-"
22+
REGEXP: "?!CRDs\\-"
2323
run: |
2424
export DATE=$(date +%F); cat .github/workflows/changelog.json | envsubst > /tmp/changelog.json; cat /tmp/changelog.json
2525

traefik-crds/templates/crds.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
{{- if eq (.Values.gatewayAPI | toString) "true" -}}
1010
{{ include "traefik-crds.render-crds" (dict "scope" . "path" "crds-files/gatewayAPI/*.yaml") }}
1111
{{- end }}
12+
#

0 commit comments

Comments
 (0)