Skip to content

Commit ed13203

Browse files
authored
Merge pull request #1524 from fluxcd/fix-kcwid-docs
Fix docs example for kubeconfig workload identity
2 parents bab9b45 + 0085208 commit ed13203

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/spec/v1/kustomizations.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -985,10 +985,9 @@ metadata:
985985
name: kubeconfig
986986
namespace: apps
987987
data:
988-
kubeConfig:
989-
provider: aws
990-
cluster: arn:aws:eks:eu-central-1:123456789012:cluster/my-cluster
991-
serviceAccountName: apps-iam-role # optional. maps to an AWS IAM Role. used for authentication
988+
provider: aws
989+
cluster: arn:aws:eks:eu-central-1:123456789012:cluster/my-cluster
990+
serviceAccountName: apps-iam-role # optional. maps to an AWS IAM Role. used for authentication
992991
```
993992

994993
### Decryption

0 commit comments

Comments
 (0)