Files
airshipctl/pkg/k8s/utils/testdata/source_bundle/replicationcontroller.yaml
Kostiantyn Kalynovskyi 1cafd674df Add manifestreader interface implementation
This implementation would allow to use bundle as source of manifests
for cli-utils applier, and will also eliminate the need to dump manifests
to the filesystem

Change-Id: I37f21beaaf4cb2800b50d4ccb18596a4c09ea19b
2020-07-13 15:48:38 -05:00

23 lines
414 B
YAML

apiVersion: v1
kind: ReplicationController
metadata:
name: test-rc
namespace: test
annotations:
airshipit.org/initinfra: "workflow"
labels:
name: test-rc
airshipit.org/initinfra: "workflow"
spec:
replicas: 1
template:
metadata:
labels:
name: test-rc
spec:
containers:
- name: test-rc
image: nginx
ports:
- containerPort: 80