-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ci): test prepare-cluster on pr #60
Conversation
eb52dd0
to
9f65be7
Compare
- name: helm-install | ||
id: helm-install | ||
uses: replicatedhq/compatibility-actions/helm-install@v1 | ||
with: | ||
kubeconfig: ${{ steps.create-cluster.outputs.cluster-kubeconfig }} | ||
helm-path: helm | ||
registry-username: ${{ github.ref_name }}@example.com | ||
registry-password: ${{ steps.create-customer.outputs.license-id }} | ||
chart: oci://registry.replicated.com/${{ env.APP_SLUG }}/release__${{ steps.create-release.outputs.release-sequence }}/wordpress | ||
name: wordpress | ||
namespace: default | ||
run-preflights: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doing both helm and kots install?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
api-token: ${{ secrets.REPLICATED_API_TOKEN }} | ||
app-slug: replicated-actions-ci # from the Replicated QA team | ||
yaml-dir: ./test/kots-install | ||
kubernetes-distribution: kind |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this fail on the preflights?
No description provided.