8 lines
281 B
Plaintext
8 lines
281 B
Plaintext
{{- with secret "kv/data/s3/registry" -}}
|
|
REGISTRY_STORAGE_S3_ACCESSKEY={{ .Data.data.access_key_id }}
|
|
REGISTRY_STORAGE_S3_SECRETKEY="{{ .Data.data.secret_access_key }}"
|
|
{{ end }}
|
|
|
|
{{- with secret "kv/data/registry" -}}
|
|
REGISTRY_HTTP_SECRET="{{ .Data.data.http_secret }}"
|
|
{{ end }} |