Skip to content

Commit

Permalink
chore: fix helm-testing value to string
Browse files Browse the repository at this point in the history
  • Loading branch information
clementnuss committed Dec 29, 2021
1 parent 7cc3eb1 commit 483d029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 483d029

Please sign in to comment.