Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jovemfelix/3f7de104391b137d5c46a149fbd0d78f to your computer and use it in GitHub Desktop.
Save jovemfelix/3f7de104391b137d5c46a149fbd0d78f to your computer and use it in GitHub Desktop.
---
# https://access.redhat.com/solutions/3771241
apiVersion: apps/v1
kind: Deployment
metadata:
name: test
namespace: curl
spec:
replicas: 1
selector:
matchLabels:
app: support-tools
template:
metadata:
labels:
app: support-tools
deploymentconfig: support-tools
spec:
containers:
- image: registry.redhat.io/rhel8/support-tools:latest
imagePullPolicy: IfNotPresent
name: support-tools
stdin: true
tty: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment