detailing the kubernetes

This commit is contained in:
areeqakbr 2025-02-25 16:23:50 +07:00
parent 3bbc19ddff
commit 82be565f24
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -86,7 +86,7 @@ spec:
steps { steps {
kubernetesDeploy( kubernetesDeploy(
kubeconfigId: "${KUBE_CONFIG_ID}", kubeconfigId: "${KUBE_CONFIG_ID}",
configs: 'deploy/kubernetes', configs: 'deploy/kubernetes/dev.yaml',
) )
} }
} }