修改deployment.yml文件格式,防止json转换错误1
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m29s
Some checks failed
Build Push and Deploy Image / build (push) Failing after 1m29s
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
||||
app: myk3s-test
|
||||
spec:
|
||||
containers:
|
||||
- image: ${env.REGISTRY}/${env.IMAGE_NAME}:${steps.datetime.outputs.datetime}
|
||||
- image: registry.cn-chengdu.aliyuncs.com/bamanker/myk3stest:lastest
|
||||
name: myk3s-test
|
||||
imagePullPolicy: Always
|
||||
readinessProbe:
|
||||
|
||||
Reference in New Issue
Block a user