Skip to content

Commit 82b66ca

Browse files
committed
try using literal single quote aka apostrophe instead of double quotes
Signed-off-by: jessebot <jessebot@linux.com>
1 parent ad82093 commit 82b66ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# test the helm chart with postgresql subchart enabled
7474
- name: PostgreSQL Enabled
7575
# helm_args: '--helm-extra-args "--values values.yaml --values test_values/postgresql_enabled_values.yaml"'
76-
helm_args: '--helm-extra-args "--values charts/nextcloud/values.yaml --values charts/nextcloud/test_values/postgresql_enabled_values.yaml"'
76+
helm_args: "--helm-extra-args '--values charts/nextcloud/test_values/postgresql_enabled_values.yaml'"
7777

7878
# test the helm chart with nginx container enabled
7979
# - name: Nginx Enabled
@@ -87,7 +87,7 @@ jobs:
8787
- name: S3 Enabled as Primary Storage
8888
# we need to skip the clean up so we can test adding a file
8989
helm_args: |
90-
--helm-extra-args "--values charts/nextcloud/test_values/s3_enabled_values.yaml" \
90+
--helm-extra-args '--values charts/nextcloud/test_values/s3_enabled_values.yaml' \
9191
--namespace nextcloud \
9292
--skip-clean-up
9393

0 commit comments

Comments
 (0)