[stage-5] improve jenkins helm chart, add scripts for jenkins pipeline

This commit is contained in:
2023-04-01 11:53:06 +07:00
parent b050b04af8
commit 6c1f175616
13 changed files with 244 additions and 43 deletions

View 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 }}