-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't actually test Helm deployment in GHA
- Loading branch information
Showing
1 changed file
with
0 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,20 +19,3 @@ jobs: | |
|
||
- name: Lint Helm chart | ||
run: helm lint --strict -f helm/values.local.yaml helm | ||
|
||
- name: Install Minikube | ||
uses: manusa/[email protected] | ||
with: | ||
minikube version: v1.34.0 | ||
kubernetes version: v1.32.0 | ||
|
||
- name: Setup Kubernetes context | ||
run: kubectl config use-context minikube | ||
|
||
- name: Install and test Helm chart | ||
run: | | ||
helm install cfgov helm \ | ||
-f helm/values.local.yaml \ | ||
--namespace cfgov \ | ||
--create-namespace | ||
helm test cfgov --namespace cfgov |