Skip to content

Commit 66bb1ea

Browse files
authored
Merge pull request #1525 from fluxcd/backport-1524-to-release/v1.7.x
[release/v1.7.x] Fix docs example for kubeconfig workload identity
2 parents 91e762e + 61ddcad commit 66bb1ea

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)