added cert-manager webook
Some checks failed
Helmfile Update Workflow / update-helm-deployment (push) Failing after 1m18s
Some checks failed
Helmfile Update Workflow / update-helm-deployment (push) Failing after 1m18s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user