Created
November 18, 2022 18:08
-
-
Save jovemfelix/3f7de104391b137d5c46a149fbd0d78f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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