feat: add builder
This commit is contained in:
8
.kube/templates/00-pullsecret.yaml
Normal file
8
.kube/templates/00-pullsecret.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{.Release.Name}}-registry-key
|
||||
namespace: {{.Release.Namespace}}
|
||||
data:
|
||||
.dockerconfigjson: "{{.Values.registryAuthBase64}}"
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
Reference in New Issue
Block a user