We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e0918 commit daa7547Copy full SHA for daa7547
.github/workflows/lint-test.yaml
@@ -86,7 +86,7 @@ jobs:
86
- name: S3 Enabled as Primary Storage
87
# we need to skip the clean up so we can test adding a file
88
helm_args: |
89
- --namespace nextcloud --skip-clean-up --helm-extra-set-args "--values charts/nextcloud/test-values/s3-as-primary-storage.yaml"
+ --namespace nextcloud --skip-clean-up --helm-extra-set-args "--values charts/nextcloud/test-values/s3-as-primary-storage.yaml --debug"
90
91
steps:
92
- name: Checkout
0 commit comments