add stage maker test
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
resources:
|
resources:
|
||||||
- ./ingress-nginx.yaml
|
- ./ingress-nginx.yaml
|
||||||
- ./ontime-operator
|
- ./ontime-operator
|
||||||
|
- ./stage-maker
|
||||||
3
stage-maker/kustomization.yaml
Normal file
3
stage-maker/kustomization.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
|
- pod.yaml
|
||||||
4
stage-maker/namespace.yaml
Normal file
4
stage-maker/namespace.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: stage-maker
|
||||||
9
stage-maker/pod.yaml
Normal file
9
stage-maker/pod.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user