Skip to content

Commit

Permalink
adding add repo for main branch in pipeline test
Browse files Browse the repository at this point in the history
Signed-off-by: vivekr-splunk <[email protected]>
  • Loading branch information
vivekr-splunk committed Mar 14, 2023
1 parent 94861a8 commit 589f6d4
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 589f6d4

Please sign in to comment.