added missing files

This commit is contained in:
Arseni
2026-03-10 21:45:41 +03:00
parent 7ae4518926
commit 049b23516a
22 changed files with 221 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{{- with secret "kv/data/registry" -}}
{{ .Data.data.htpasswd }}
{{- end -}}

View File

@@ -0,0 +1,8 @@
{{- 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 }}