Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in docs #1201

Merged
merged 1 commit into from
Jun 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/inventory_object.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The _inventory_ ConfigMap contains two special annotations:
struct that contains following information
- all objects within this kustomization target
- all objects that reference within this kustomization target

Here is an example of an Inventory object
```json
{
Expand All @@ -49,11 +49,11 @@ The _inventory_ ConfigMap contains two special annotations:
],
"~G_v1_Service|default|mysql":null
}
}
}
```

- kustomize.config.k8s.io/InventoryHash
The value of this annotation is a hash that is
The value of this annotation is a hash that is
computed from the list of items in the Inventory

Basically, this inventory object acts a record of objects that are applied as a group.
Expand Down Expand Up @@ -150,7 +150,7 @@ metadata:
annotations:
kustomize.config.k8s.io/Inventory: '{"current":{"apps_v1_Deployment|default|mysql":null,"~G_v1_Secret|default|pass-dfg7h97cf6":[{"group":"apps","version":"v1","kind":"Deployment","name":"mysql","namespace":"default"}],"~G_v1_Service|default|mysql":null}}'
kustomize.config.k8s.io/InventoryHash: 7mgt867b75
name: haha
name: root-cm
namespace: default
```

Expand Down