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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Deploy an helm chart
120
120
the file in that path. A `hide: true` parameter ensures that the value is not logged and instead replaced with `***HIDDEN***`.
121
121
A `type: string` parameter makes sure Helm always treats the value as a string (uses the `--set-string` option to Helm; useful if the value varies
122
122
and may look like a number, eg. if it's a Git commit hash).
123
-
A `type: file` parameter makes Helm treats the `path` as file (uses the `--set-file` option to Helm).
123
+
A `type: file` parameter makes Helm treats the `path` as file (uses the `--set-file` option to Helm).
124
124
A `verbatim: true` parameter escapes backslashes so the value is passed as-is to the Helm chart (useful for `((credentials))`).
125
125
The default behaviour of backslashes in `--set` is to quote the next character so `val\ue` is treated as `value` by Helm.
126
126
- `token_path`: _Optional._ Path to file containing the bearer token for Kubernetes. This, 'token' or `admin_key`/`admin_cert` are required if `cluster_url` is https.
@@ -254,7 +254,7 @@ jobs:
254
254
path: version/image_tag # Read value from version/number
255
255
type: string # Make sure it's interpreted as a string by Helm (not a number)
256
256
- key: configuration
257
-
path: configuration/production.yaml # add path to --set-file helm option
257
+
path: configuration/production.yaml # add path to --set-file helm option
0 commit comments