mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
Use a DeploymentConfig in OpenShift
This commit is contained in:
@@ -111,8 +111,13 @@ userNames:
|
||||
{% endif %}
|
||||
|
||||
---
|
||||
{% if openshift_host is defined %}
|
||||
apiVersion: v1
|
||||
kind: DeploymentConfig
|
||||
{% else %}
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
kind: DeploymentConfig
|
||||
{% endif %}
|
||||
metadata:
|
||||
name: awx
|
||||
namespace: {{ awx_kubernetes_namespace }}
|
||||
|
||||
Reference in New Issue
Block a user