something is going on
This commit is contained in:
@ -2,19 +2,6 @@ workload:
|
||||
kind: Deployment
|
||||
replicas: 1
|
||||
containers:
|
||||
- name: controller
|
||||
image: {{ .Image }}
|
||||
imagePullPolicy: Always
|
||||
commands:
|
||||
- sh
|
||||
args:
|
||||
- -c
|
||||
- 'sleep 1000'
|
||||
- name: ubuntu
|
||||
image: ubuntu:latest
|
||||
imagePullPolicy: Always
|
||||
commands:
|
||||
- sh
|
||||
args:
|
||||
- -c
|
||||
- 'sleep 1000'
|
||||
- name: controller
|
||||
image: {{ .Image }}
|
||||
imagePullPolicy: Always
|
Reference in New Issue
Block a user