Skip to content

Commit 2a9b04d

Browse files
authored
Update jenkinsfile
1 parent 75de68f commit 2a9b04d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pipeline {
4444
}
4545
stage('Deploying to Kubernetes') {
4646
steps{
47-
withKubeConfig([credentialsId: 'kuber', serverUrl: 'https://172.31.33.161:6443']) {
47+
withKubeConfig([credentialsId: 'k8s', serverUrl: 'https://172.31.33.161:6443']) {
4848

4949
sh "kubectl apply -f app.yaml -n dev"
5050

0 commit comments

Comments
 (0)