Skip to content

Commit

Permalink
Docs: Fix k8s_config_resource_name YAML example (ansible#74129)
Browse files Browse the repository at this point in the history
The `name` key should be beneath `metadata`:
  • Loading branch information
ml- committed Apr 20, 2021
1 parent 9ed0e37 commit c9c8459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docsite/rst/user_guide/playbooks_filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9c8459

Please sign in to comment.