mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2026-06-12 19:49:10 +00:00
Jenkinsfile kubectl 이미지를 azure-kubectl로 변경
- kubectl 컨테이너 이미지를 hiondal/azure-kubectl:latest로 변경 - Azure 환경 지원을 위한 이미지 교체 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vendored
+1
-1
@@ -48,7 +48,7 @@ podTemplate(
|
||||
),
|
||||
containerTemplate(
|
||||
name: 'kubectl',
|
||||
image: 'lachlanevenson/k8s-kubectl:latest',
|
||||
image: 'hiondal/azure-kubectl:latest',
|
||||
command: 'cat',
|
||||
ttyEnabled: true,
|
||||
resourceRequestCpu: '200m',
|
||||
|
||||
Reference in New Issue
Block a user