mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 23:32:35 +03:00
[stage-5] improve jenkins helm chart, add scripts for jenkins pipeline
This commit is contained in:
8
k8s/helm/jenkins/templates/secret.yaml
Normal file
8
k8s/helm/jenkins/templates/secret.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: docker-config
|
||||
namespace: {{ .Values.namespace }}
|
||||
data:
|
||||
config.json: {{ include "docker_config" . | fromYaml | toJson | b64enc }}
|
||||
Reference in New Issue
Block a user