mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-05 23:56:23 +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:
parent
37136c6669
commit
b467b84426
2
deployment/cicd/Jenkinsfile
vendored
2
deployment/cicd/Jenkinsfile
vendored
@ -48,7 +48,7 @@ podTemplate(
|
||||
),
|
||||
containerTemplate(
|
||||
name: 'kubectl',
|
||||
image: 'lachlanevenson/k8s-kubectl:latest',
|
||||
image: 'hiondal/azure-kubectl:latest',
|
||||
command: 'cat',
|
||||
ttyEnabled: true,
|
||||
resourceRequestCpu: '200m',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user