Argo app of apps

This commit is contained in:
Nikolai Rodionov
2024-07-02 18:13:06 +02:00
parent dad0e08ec3
commit c72f1d4f25
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: Pod
metadata:
name: ubuntu
spec:
containers:
- name: ubuntu
image: ubuntu
command:
- sleep
- infinity