added cert-manager webook
Some checks failed
Helmfile Update Workflow / update-helm-deployment (push) Failing after 1m18s

This commit is contained in:
2024-11-29 23:09:12 +01:00
parent d3c807a92f
commit 7ac04a4b02

View File

@@ -18,14 +18,13 @@ jobs:
steps: steps:
# Step 1: Checkout the repository # Step 1: Checkout the repository
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: Clone Helm Chart Repository - name: Checkout cert-manager-webhook-variomedia
env: uses: actions/checkout@v4
CI_SERVER_URL: "git.unkrig.dev" with:
CI_JOB_TOKEN: ${{ env.CI_JOB_TOKEN }} repository: oci-images/cert-manager-webhook-variomedia
run: | path: variomedia
git clone https://oauth2:${CI_JOB_TOKEN}@${CI_SERVER_URL}/oci-images/cert-manager-webhook-variomedia variomedia
# Step 2: Set up Kubernetes configuration (optional - depends on where your cluster is) # Step 2: Set up Kubernetes configuration (optional - depends on where your cluster is)
- name: Set up kubeconfig - name: Set up kubeconfig