WIP: something

This commit is contained in:
Nikolai Rodionov
2023-11-03 14:22:22 +01:00
parent 619a86b7f8
commit 7b327b38e7
11 changed files with 143 additions and 0 deletions

View File

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

View File

@ -0,0 +1,20 @@
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'