diff --git a/.github/workflows/k8s-content-pr.yaml b/.github/workflows/k8s-content-pr.yaml index bcc8fa4d8cdd..74c8407edd84 100644 --- a/.github/workflows/k8s-content-pr.yaml +++ b/.github/workflows/k8s-content-pr.yaml @@ -49,6 +49,17 @@ jobs: uses: thollander/actions-comment-pull-request@v2 with: message: | - :robot: The image for this PR is available at: + :robot: A k8s content image for this PR is available at: `ghcr.io/complianceascode/k8scontent:${{ needs.get-pr-number.outputs.pr-number }}` + +
+ Click here to see how to deployt it + + If you alread have Compliance Operator deployed: + ```utils/build_ds_container.py -i ghcr.io/complianceascode/k8scontent:${{ needs.get-pr-number.outputs.pr-number }}``` + + Otherwise deploy the content and operator together by checking out ComplianceAsCode/compliance-operator and: + ```CONTENT_IMAGE=ghcr.io/complianceascode/k8scontent:${{ needs.get-pr-number.outputs.pr-number }} make deploy-local``` + +
comment_tag: kubernetes_content_image