Skip to content
Snippets Groups Projects

Fix deprecation warning from Kubernetes

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -22,7 +22,7 @@ pipeline {
@@ -22,7 +22,7 @@ pipeline {
stage('Linux') {
stage('Linux') {
agent {
agent {
kubernetes {
kubernetes {
label 'openpass-agent-pod-' + env.BUILD_NUMBER
inheritFrom 'openpass-agent-pod-' + env.BUILD_NUMBER
yaml """
yaml """
apiVersion: v1
apiVersion: v1
kind: Pod
kind: Pod
Loading