File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
translate-engagement-data/files/ocp-init Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ spec:
20
20
governor: labs.ocp4.na
21
21
vars:
22
22
job_vars:
23
- admin_user: {{ .Values.ocp.admin_username }}
24
- admin_password: {{ .Values.ocp.admin_password }}
25
- aws_region: {{ .Values.ocp.cloud_region }}
26
- ocp4_installer_version: {{ .Values.ocp.version }}
27
- ocp_subdomain: {{ .Values.ocp.sub_domain }}
28
- email: {{ .Values.email }}
23
+ admin_user: " {{ .Values.ocp.admin_username }}"
24
+ admin_password: " {{ .Values.ocp.admin_password }}"
25
+ aws_region: " {{ .Values.ocp.cloud_region }}"
26
+ ocp4_installer_version: " {{ .Values.ocp.version }}"
27
+ ocp_subdomain: " {{ .Values.ocp.sub_domain }}"
28
+ email: " {{ .Values.email }}"
29
29
{{- end }}
30
30
{% - endraw %}
Original file line number Diff line number Diff line change 1
- email: {{ engagement_lead_email }}
1
+ email: " {{ engagement_lead_email }}"
2
2
ocp:
3
- admin_username: {{ ocp_admin_username }}
4
- admin_password: {{ ocp_admin_password }}
5
- cloud_provider: {{ ocp_cloud_provider_name }}
6
- cloud_region: {{ ocp_cloud_provider_region }}
7
- cluster_size: {{ ocp_cluster_size }}
8
- sub_domain: {{ ocp_sub_domain }}
9
- version: {{ ocp_version }}
10
- project_id: {{ project_id }}
3
+ admin_username: " {{ ocp_admin_username }}"
4
+ admin_password: " {{ ocp_admin_password }}"
5
+ cloud_provider: " {{ ocp_cloud_provider_name }}"
6
+ cloud_region: " {{ ocp_cloud_provider_region }}"
7
+ cluster_size: " {{ ocp_cluster_size }}"
8
+ sub_domain: " {{ ocp_sub_domain }}"
9
+ version: " {{ ocp_version }}"
10
+ project_id: " {{ project_id }}"
You can’t perform that action at this time.
0 commit comments