Signed-off-by: Yusuke Komahara <euno.tb@gmail.com>
This commit is contained in:
Yusuke Komahara
2019-04-22 03:31:43 -07:00
committed by Kubernetes Prow Robot
parent 86b20d17a4
commit e09999147a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: kiam
version: 2.2.0
version: 2.2.1
appVersion: 3.2
description: Integrate AWS IAM with Kubernetes
keywords:
+1 -1
View File
@@ -26,7 +26,7 @@ In order for the chart to configure kiam correctly during the installation proce
{"level":"warning","msg":"error finding role for pod: rpc error: code = Unavailable desc = there is no connection available","pod.ip":"100.120.0.2","time":"2018-05-24T04:11:25Z"}
```
Define values `agent.tlsFiles.ca`, `agent.tlsFiles.cert`, `agent.tlsFiles.key`, `server.tlsFiles.ca`, `server.tlsFiles.cert` and `agent.tlsFiles.key` to be the base64-encoded contents (.e.g. using the `base64` command) of the generated PEM files.
Define values `agent.tlsFiles.ca`, `agent.tlsFiles.cert`, `agent.tlsFiles.key`, `server.tlsFiles.ca`, `server.tlsFiles.cert` and `server.tlsFiles.key` to be the base64-encoded contents (.e.g. using the `base64` command) of the generated PEM files.
For example
```yaml