mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 15:22:36 +03:00
9 lines
183 B
YAML
9 lines
183 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: docker-config
|
|
namespace: {{ .Values.namespace }}
|
|
data:
|
|
config.json: {{ include "docker_config" . | fromYaml | toJson | b64enc }}
|