fixed typos

main
Ricard Illa 2023-01-05 19:27:50 +01:00
parent b158100b75
commit 03f4582e86
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ define post_secret
endef
define put_secret
$(call k8s_api,PUT) $(K8S_SECRERTS_URL)/$(SECRET_NAME) --data @$(1) |
$(call k8s_api,PUT) $(K8S_SECRERTS_URL)/$(SECRET_NAME) --data @$(1) | \
$(select_status_code)
endef