Skip to content

fix: template fails when existingSecretKeys is undefined #1985

fix: template fails when existingSecretKeys is undefined

fix: template fails when existingSecretKeys is undefined #1985

Workflow file for this run

name: Lint and Test Charts
on: pull_request
jobs:
lint-charts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: Dependency update Sentry
uses: WyriHaximus/github-action-helm3@v4
with:
exec: helm dependency update sentry
- name: Lint Sentry
uses: WyriHaximus/github-action-helm3@v4
with:
exec: helm lint sentry
- name: Dependency update Clickhouse
uses: WyriHaximus/github-action-helm3@v4
with:
exec: helm dependency update clickhouse
- name: Lint Clickhouse
uses: WyriHaximus/github-action-helm3@v4
with:
exec: helm lint clickhouse
- name: Dependency update Sentry Kubernetes
uses: WyriHaximus/github-action-helm3@v4
with:
exec: helm dependency update sentry-kubernetes
- name: Lint Sentry Kubernetes
uses: WyriHaximus/github-action-helm3@v4
with:
exec: helm lint sentry-kubernetes