1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Tue Mar 1 21:43:54 UTC 2022

This commit is contained in:
Automated 2022-03-01 21:43:54 +00:00
parent c1c3b75313
commit 21878eea72
1018 changed files with 4838 additions and 3409 deletions

View file

@ -486,28 +486,27 @@ FLAGS
We recommend referencing the latest version when using secret volumes
so that the secret's value changes are reflected immediately.
Only `--update-secrets` and `--remove-secrets` can be used together. If
both are specified, then `--remove-secrets` will be applied first.
Only --update-secrets and --remove-secrets can be used together. If both
are specified, then --remove-secrets will be applied first.
--remove-secrets=[SECRET_ENV_VAR,/secret_path,/mount_path:/secret_file_path,...]
List of secret environment variable names and secret paths to
remove.
--remove-secrets=[SECRET_ENV_VAR,/secret_path,/mount_path:/secret_file_path,...]
List of secret environment variable names and secret paths to
remove.
Existing secrets configuration of secret environment variable
names and secret paths not specified in this list will be
preserved.
Existing secrets configuration of secret environment variable names
and secret paths not specified in this list will be preserved.
To remove a secret environment variable, use the name of the
environment variable SECRET_ENV_VAR.
To remove a secret environment variable, use the name of the
environment variable SECRET_ENV_VAR.
To remove a file within a secret volume or the volume itself, use
the secret path as the key (either /secret_path or
/mount_path:/secret_file_path).
To remove a file within a secret volume or the volume itself, use
the secret path as the key (either /secret_path or
/mount_path:/secret_file_path).
--update-secrets=[SECRET_ENV_VAR=SECRET_VALUE_REF,/secret_path=SECRET_VALUE_REF,/mount_path:/secret_file_path=SECRET_VALUE_REF,...]
List of secret environment variables and secret volumes to
update. Existing secrets configuration not specified in this list
will be preserved.
--update-secrets=[SECRET_ENV_VAR=SECRET_VALUE_REF,/secret_path=SECRET_VALUE_REF,/mount_path:/secret_file_path=SECRET_VALUE_REF,...]
List of secret environment variables and secret volumes to update.
Existing secrets configuration not specified in this list will be
preserved.
At most one of these can be specified: