-
Notifications
You must be signed in to change notification settings - Fork 450
Open
Description
I keep getting warned by the clusters I regularly use that DeploymentConfigs are going away. Should we migrate off of them here too?
jenkins/openshift/templates/jenkins-persistent.json
Lines 71 to 79 in 8fab3a9
| { | |
| "kind": "DeploymentConfig", | |
| "apiVersion": "apps.openshift.io/v1", | |
| "metadata": { | |
| "name": "${JENKINS_SERVICE_NAME}", | |
| "annotations": { | |
| "template.alpha.openshift.io/wait-for-ready": "true" | |
| } | |
| }, |
Metadata
Metadata
Assignees
Labels
No labels