something is going on

This commit is contained in:
Nikolai Rodionov
2023-11-05 13:03:35 +01:00
parent 7b327b38e7
commit d469a758f5
17 changed files with 249 additions and 35 deletions

View File

@ -1,5 +1,7 @@
name: db-operator
version: 1.0.0
metadata:
name: db-operator
version: 1.0.0
image:
tag: 1.15.3
repository: db-operator

View File

@ -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