Skip to content

Commit

Permalink
set required kv dummy values
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakpl committed Oct 21, 2024
1 parent 6c9e835 commit 3582417
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ jobs:
echo "Updating dependencies for chart: $chart"
helm dependency update charts/$chart
echo "Linting chart: $chart"
helm lint charts/$chart
helm lint charts/$chart \
--set keyvault.tenantId=foo \
--set keyvault.userAssignedIdentityID=bar \
--set keyvault.keyvaultName=baz \
--set keyvault.envMappings=null
done

0 comments on commit 3582417

Please sign in to comment.