mirror of
https://github.com/outbackdingo/n8n-chart.git
synced 2026-08-25 14:53:31 +00:00
ci: fix ct lint tests
This commit is contained in:
@@ -43,4 +43,5 @@ jobs:
|
||||
if: steps.list-changed.outputs.changed == 'true'
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs .
|
||||
if: steps.list-changed.outputs.changed == 'true'
|
||||
run: ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs .
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
n8n:
|
||||
encryptionKey: d9d8f70c3165f6393b7df462b09f73e2
|
||||
webhookUrl: https://n8n.local/
|
||||
auth:
|
||||
enabled: true
|
||||
username: "n8n"
|
||||
password: "N8nPassW0r$"
|
||||
|
||||
Reference in New Issue
Block a user