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: charts/s1-agent/templates/NOTES.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ Configuration options used to deploy:
25
25
{{- end }}
26
26
{{- if .Values.configuration.custom_ca }}
27
27
{{- if .Values.configuration.custom_ca_path }}
28
-
* A custom CA certificate will be loaded into the agent and helper image. These certificates were loaded with "--set-files". If the list is empty, check your arguments.
28
+
* A custom CA certificate will be loaded into the agent and helper images. These certificates were loaded with "--set-files". If the list is empty, check your arguments.
29
29
{{- else if .Values.configuration.custom_ca_name }}
30
-
* A custom CA certificate will be loaded into the agent and helper image from PRE-EXISTING secret.
30
+
* A custom CA certificate will be loaded into the agent and helper images from PRE-EXISTING secret.
31
31
{{- else }}
32
-
* A custom CA certificate will be loaded into the agent and agent image. These files were loaded. If the list is empty, then you probably did not copy the certificate files to "files/*.pem".
32
+
* A custom CA certificate will be loaded into the agent and helper images. These files were loaded. If the list is empty, then you probably did not copy the certificate files to "files/*.pem".
0 commit comments