robocar-setup/ansible/roles/microservices/files/robocar/registry/secrets.yaml

14 lines
251 B
YAML
Raw Normal View History

2024-01-13 17:26:23 +00:00
apiVersion: v1
kind: Secret
metadata:
name: registries-credentials
namespace: registry
stringData:
credentials.json: |
{
"ghcr.io": {
"username": "cyrilix",
"password": "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"
}