You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cluster-service/cspr/cluster-service-namespace.yaml
+20
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,21 @@ parameters:
10
10
- name: CLIENT_ID
11
11
description: The Azure Client ID used for federation
12
12
required: true
13
+
- name: FPA_CLIENT_ID
14
+
description: Client ID of First Party Application
15
+
required: true
16
+
- name: ARM_HELPER_CLIENT_ID
17
+
description: Client ID of Arm Helper Identity
18
+
required: true
19
+
- name: ARM_HELPER_MOCK_FPA_PRINCIPAL_ID
20
+
description: Principal ID of mock FPA Identity
21
+
required: true
22
+
- name: MSI_MOCK_CLIENT_ID
23
+
description: Client ID of MSI Mock
24
+
required: true
25
+
- name: MSI_MOCK_PRINCIPAL_ID
26
+
description: Principal ID of MSI Mock
27
+
required: true
13
28
- name: ORPHANED_NAMESPACE_CLEANER_NAMESPACE
14
29
description: The namespace to create to have a cronjob which will delete the orphaned namespace which are not deleted due to any issues with the jenkins job.
0 commit comments