Commit 32656cd
authored
Fix service account annotations not being applied (#9)
The template rendered a blank line between the annotations key and its
values:
```yaml
annotations:
iam.gke.io/gcp-service-account: example@project.iam.gserviceaccount.com
```
This caused annotations to be ignored, breaking features like GKE
Workload Identity Federation.
Fixed output:
```yaml
annotations:
iam.gke.io/gcp-service-account: example@project.iam.gserviceaccount.com
```1 parent ec0ce87 commit 32656cd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
0 commit comments