Skip to content

Commit

Permalink
chore(deep): fix test and fix helm unittest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed Feb 8, 2024
1 parent efbb201 commit d4238f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: helm plugin install https://github.com/helm-unittest/helm-unittest.git
- run: helm plugin install https://github.com/helm-unittest/helm-unittest.git --version 0.4.1
- name: Helm unittest
run: |
helm unittest -f unittests/*_test.yaml ${GITHUB_WORKSPACE}/charts/deep
Expand Down
7 changes: 7 additions & 0 deletions .idea/deep-helm.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions charts/deep/unittests/serviceMonitor_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ tests:
config:
clusterName: "fromconfig"
monitoring:
enabled: true
serviceMonitor:
clusterLabel: "labelfromconfig"
template: serviceMonitor.yaml
Expand Down

0 comments on commit d4238f5

Please sign in to comment.