Skip to content

Commit dacbf79

Browse files
natishaulioded-s1
authored andcommitted
s1-agent: templates: refine the custom ca notes
1 parent 1f838c6 commit dacbf79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/s1-agent/templates/NOTES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Configuration options used to deploy:
2525
{{- end }}
2626
{{- if .Values.configuration.custom_ca }}
2727
{{- 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.
2929
{{- 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.
3131
{{- 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".
3333
{{- end }}
3434
{{- $agentCerts := fromYaml (include "agent.certificates" .) -}}
3535
{{- range $cert := $agentCerts.certificates }}

0 commit comments

Comments
 (0)