Skip to content

Commit

Permalink
fix: disable KIND testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu-narayanan committed Aug 6, 2021
1 parent 0743da8 commit cc32074
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- name: Run chart-testing (lint)
run: ct lint --target-branch main

- name: Create kind cluster
uses: helm/[email protected]
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install --target-branch main
# - name: Create kind cluster
# uses: helm/[email protected]
# if: steps.list-changed.outputs.changed == 'true'
#
# - name: Run chart-testing (install)
# run: ct install --target-branch main
5 changes: 5 additions & 0 deletions charts/chatwoot/templates/_env_rails.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -249,5 +249,10 @@
configMapKeyRef:
key: USE_INBOX_AVATAR_FOR_BOT
name: env
- name: CHATWOOT_INSTALLATION_ENV
valueFrom:
configMapKeyRef:
key: CHATWOOT_INSTALLATION_ENV
name: env

{{- end }}

0 comments on commit cc32074

Please sign in to comment.