Determine if k8s or ocp and set var accordingly (#1051)

* conditionally set fsGroup for projects_persistence based on cluster
    type
This commit is contained in:
Christian Adams
2022-09-20 23:03:05 -04:00
committed by GitHub
parent e8096a5f33
commit 57b5795aab
5 changed files with 66 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
---
deployment_type: awx
kind: 'AWX'
api_version: '{{ deployment_type }}.ansible.com/v1beta1'
# Used to determine some cluster specific logic regarding projects_persistence pvc permissions
is_k8s: false
is_openshift: false