Docs: Fix k8s_config_resource_name YAML example (#74129)
The `name` key should be beneath `metadata`:
This commit is contained in:
parent
9ed0e37e53
commit
c9c84594d8
1 changed files with 2 additions and 1 deletions
|
@ -1743,7 +1743,8 @@ This can then be used to reference hashes in Pod specifications::
|
|||
|
||||
my_secret:
|
||||
kind: Secret
|
||||
name: my_secret_name
|
||||
metadata:
|
||||
name: my_secret_name
|
||||
|
||||
deployment_resource:
|
||||
kind: Deployment
|
||||
|
|
Loading…
Reference in a new issue