mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
Use a DeploymentConfig in OpenShift
This commit is contained in:
parent
0055c2ffff
commit
e9ddf7b9db
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user