Skip to content

Commit

Permalink
Add tests to .helmignore and fix mistake in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
MissedTheMark committed Sep 24, 2024
1 parent 45b61c7 commit ef51510
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-values-migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ run-name: "Test Values Migrations"

on:
workflow_dispatch:
pull_request:
push:
paths:
- 'charts/**/values-migrations-tests/**'
- 'charts/**/values-migrations/**'
- 'charts/kubernetes-agent/values-migrations-tests/**'
- 'charts/kubernetes-agent/values-migrations/**'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions charts/kubernetes-agent/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ package.json
package-lock.json
# Tests
tests/
value-migrations-tests/
# Docs templating
README.md.gotmpl
3 changes: 0 additions & 3 deletions charts/kubernetes-agent/value-migrations/to-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ agent:
{{- if .agent.targetTenantedDeploymentParticipation }}
targetTenantedDeploymentParticipation: null
{{- end}}
{{- if .agent.scriptPods.image }}
image: null
{{- end}}
{{- if .scriptPods.image }}
scriptPods:
image: null
Expand Down

0 comments on commit ef51510

Please sign in to comment.