Skip to content

Commit

Permalink
.Pod.pod_name should be .Pod.Name in example
Browse files Browse the repository at this point in the history
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
  • Loading branch information
keeganwitt committed Sep 30, 2022
1 parent 33d028b commit 2919823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/k8s/k8s-workload-registrar/mode-crd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ in addition to the following Pod-specific arguments:

For example if the registrar was configured with the following:
```
identity_template = "region/{{.Context.Region}}/cluster/{{.Context.ClusterName}}/sa/{{.Pod.ServiceAccount}}/pod_name/{{.Pod.pod_name}}"
identity_template = "region/{{.Context.Region}}/cluster/{{.Context.ClusterName}}/sa/{{.Pod.ServiceAccount}}/pod_name/{{.Pod.Name}}"
context {
Region = "US-NORTH"
ClusterName = "MYCLUSTER"
Expand Down

0 comments on commit 2919823

Please sign in to comment.