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

.Pod.pod_name should be .Pod.Name in example #3468

Merged
merged 1 commit into from
Sep 30, 2022
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
.Pod.pod_name should be .Pod.Name in example
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
  • Loading branch information
keeganwitt committed Sep 30, 2022
commit 291982312d7c057d4f37c0a9860ce4631a73e4a2
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
@@ -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"