* conditionally set fsGroup for projects_persistence based on cluster
type
9 lines
224 B
YAML
9 lines
224 B
YAML
---
|
|
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
|