added individual auth secrets

This commit is contained in:
ston1th 2019-12-14 14:49:48 +01:00
commit 7081607b7f
2 changed files with 39 additions and 6 deletions

View file

@ -43,6 +43,8 @@ metadata:
type: Opaque
stringData:
github.com: "<username>:<password>"
github.com_foo: "<foo username>:<foo password>"
github.com_foo_bar: "<bar username>:<bar password>"
EOF
```