Skip to content

Commit

Permalink
Merge pull request #1121 from splunk/main-helm-workflow-fix
Browse files Browse the repository at this point in the history
adding add repo for main branch in pipeline test
  • Loading branch information
gaurav-splunk authored Mar 14, 2023
2 parents 94861a8 + 589f6d4 commit 7b9e4cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/helm-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ jobs:
- name: install k8s dashboard
run: |
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml
- name: Add splunk helm repo for main branch
if: github.ref == 'refs/heads/main'
run: |
helm repo add splunk https://splunk.github.io/splunk-operator/
- name: Run helm test
env:
KUTTL_SPLUNK_ENTERPRISE_IMAGE: ${{ secrets.ECR_REPOSITORY }}/${{ env.SPLUNK_ENTERPRISE_IMAGE }}
Expand Down

0 comments on commit 7b9e4cc

Please sign in to comment.