Skip to content

Commit 1104edc

Browse files
authored
Merge pull request #1315 from fluxcd/fix-kcwid-docs
Fix docs example for kubeconfig workload identity
2 parents b0e13c2 + 9f423ff commit 1104edc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/spec/v2/helmreleases.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,10 +1077,9 @@ metadata:
10771077
name: kubeconfig
10781078
namespace: apps
10791079
data:
1080-
kubeConfig:
1081-
provider: aws
1082-
cluster: arn:aws:eks:eu-central-1:123456789012:cluster/my-cluster
1083-
serviceAccountName: apps-iam-role # optional. maps to an AWS IAM Role. used for authentication
1080+
provider: aws
1081+
cluster: arn:aws:eks:eu-central-1:123456789012:cluster/my-cluster
1082+
serviceAccountName: apps-iam-role # optional. maps to an AWS IAM Role. used for authentication
10841083
```
10851084

10861085
### Interval

0 commit comments

Comments
 (0)