14 lines
251 B
YAML
14 lines
251 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: registries-credentials
|
|
namespace: registry
|
|
|
|
stringData:
|
|
credentials.json: |
|
|
{
|
|
"ghcr.io": {
|
|
"username": "cyrilix",
|
|
"password": "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"
|
|
}
|