We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15b273 commit 9a3f11aCopy full SHA for 9a3f11a
charts/all/aap-config/templates/aap.yaml
@@ -3,7 +3,7 @@ apiVersion: aap.ansible.com/v1alpha1
3
kind: AnsibleAutomationPlatform
4
metadata:
5
name: aap
6
- namespace: {{ .Values.global.namespace }}
+ namespace: {{ .Values.aap.namespace }}
7
8
spec:
9
charts/all/aap-config/values.yaml
@@ -1,14 +1,13 @@
1
---
2
global:
hubClusterDomain: example.com
- namespace: aap-enterprise
eePullSecret:
manage: false
key: secret/data/hub/ee-pull-secret
10
aap:
11
-
+ namespace: ansible-automation-platform
12
eda_disabled: false
13
hub_disabled: false
14
lightspeed_disabled: true
0 commit comments