From 483d029ccd1c3bf8c7eb228f06257fabc492f7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Nussbaumer?= Date: Wed, 29 Dec 2021 10:54:47 +0100 Subject: [PATCH] chore: fix helm-testing value to string --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c8aef10..bd404e1 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -101,7 +101,7 @@ jobs: -e 's|repository:.*|repository: ko.local/kubelet-csr-approver|g' \ -e 's|tag:.*|tag: latest|g' \ -e 's|providerRegex:.*|providerRegex: ^.+$|g' \ - -e 's|maxExpirationSeconds:.*|maxExpirationSeconds: 86400|g' \ + -e 's|maxExpirationSeconds:.*|maxExpirationSeconds: "86400"|g' \ charts/kubelet-csr-approver/values.yaml cat charts/kubelet-csr-approver/values.yaml - name: Run chart-testing (install)