Skip to content

Commit d9ec116

Browse files
authored
Merge pull request #16 from marcusschiesser/patch-1
clarified README.md that it MUST not contain a AWS profile name
2 parents 2106816 + 4755ba4 commit d9ec116

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,11 @@ jobs:
5353
```bash
5454
cat $HOME/.kube/config | base64
5555
```
56+
57+
Make sure that your `$HOME/.kube/config` doesn't contain a `AWS_PROFILE`, i.e. remove the following section if it exists before doing the base64 encoding:
58+
59+
```yaml
60+
env:
61+
- name: AWS_PROFILE
62+
value: github-actions
63+
```

0 commit comments

Comments
 (0)