flux-test/deployment.yaml

24 lines
356 B
YAML
Raw Permalink Normal View History

2023-02-23 15:46:23 +01:00
---
2023-02-23 15:47:00 +01:00
apiVersion: apps/v1
2023-02-23 15:40:54 +01:00
kind: Deployment
metadata:
labels:
app: test
name: test
namespace: default
spec:
replicas: 1
selector:
matchLabels:
app: test
template:
metadata:
labels:
app: test
spec:
containers:
2023-02-23 15:49:12 +01:00
- image: alpine
envFrom:
2023-02-23 15:40:54 +01:00
- secretRef:
name: example