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