add stage maker test

This commit is contained in:
2025-10-26 16:21:18 -05:00
parent 87055290cc
commit b6869acd32
4 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
resources:
- ./ingress-nginx.yaml
- ./ontime-operator
- ./stage-maker

View File

@@ -0,0 +1,3 @@
resources:
- namespace.yaml
- pod.yaml

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: stage-maker

9
stage-maker/pod.yaml Normal file
View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Pod
metadata:
name: stage-maker
namespace: stage-maker
spec:
containers:
- name: stage-maker
image: git.jwetzell/jwetzell/stage-maker:v0.0.1