added repo
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
{{- if .Values.imagePullSecret.create }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "deepfence-console.imagePullSecretName" . }}
|
||||
labels:
|
||||
{{- include "deepfence-console.labels" . | nindent 4 }}
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
data:
|
||||
.dockerconfigjson: {{ template "imagePullSecret" . }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user