Skip to content

Commit

Permalink
format example yaml correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jensfr committed Feb 3, 2021
1 parent 4a34d55 commit 649a10b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/DEVELOPMENT.md
Expand Up @@ -36,13 +36,15 @@ Steps to use a payload image in a private repository:
3. create the kubernetes secret with the credentials to above private
repository. An example:

```
apiVersion: v1
kind: Secret
metadata:
name: payload-secret <- has to have this exact name
data:
username: ajVXe2ZyCg=y <- base64 encoded
password: emFmekIaOKMN <- base64 encoded
```

4. create the Kataconfig custom ressource. From here on the
installation works as usual.
Expand Down

0 comments on commit 649a10b

Please sign in to comment.