From ba2386b29b10e53992bfe68d20f8d86a17da2cdb Mon Sep 17 00:00:00 2001 From: matthias Date: Mon, 10 Mar 2025 23:47:21 +0000 Subject: [PATCH] kaniko.yaml aktualisiert --- kaniko.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kaniko.yaml b/kaniko.yaml index fa20346..5768c12 100644 --- a/kaniko.yaml +++ b/kaniko.yaml @@ -8,11 +8,6 @@ metadata: name: kaniko spec: containers: - - name: jnlp - # Overwriting the jnlp container's default "image" parameter, this will be - # merged automatically with the Kubernetes plugin's built-in jnlp container - # configuration, ensuring that the pod comes up and is accessible - image: 'our-awesome-registry/rtyler/jenkins-agent:latest' - name: kaniko image: gcr.io/kaniko-project/executor:debug imagePullPolicy: Always