Skip to content

Commit 30302d0

Browse files
committed
spelling
1 parent 774e18c commit 30302d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pipeline {
4848
steps {
4949
sh '''
5050
echo "deploy kubernetes to azure"
51-
envsubst < deployment.yml | kubectl apply -f -
51+
envsubst < deployment.yaml | kubectl apply -f -
5252
'''
5353
}
5454
}

0 commit comments

Comments
 (0)