We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91e762e + 61ddcad commit 66bb1eaCopy full SHA for 66bb1ea
docs/spec/v1/kustomizations.md
@@ -985,10 +985,9 @@ metadata:
985
name: kubeconfig
986
namespace: apps
987
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
+ provider: aws
+ cluster: arn:aws:eks:eu-central-1:123456789012:cluster/my-cluster
+ serviceAccountName: apps-iam-role # optional. maps to an AWS IAM Role. used for authentication
992
```
993
994
### Decryption
0 commit comments