Skip to content

Commit

Permalink
[fix] Proper apiVersion for (OpenShift v3's) DeploymentConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
domq committed Aug 22, 2024
1 parent 9fa746e commit 5c08464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/awx-instance/tasks/pushgateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- name: Pushgateway Deployment config
openshift:
state: latest
apiVersion: v1
apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
metadata:
name: pushgateway
Expand Down

0 comments on commit 5c08464

Please sign in to comment.