UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Unverified Commit 6fb5235c authored by Greg M's avatar Greg M
Browse files

:sailboat:

parent 3901dd4a
No related branches found
No related tags found
1 merge request!4732deleted
{{- if and .Values.istioBase.enabled ( include "imagePullSecret" . ) }}
apiVersion: v1
kind: Secret
metadata:
name: private-registry
namespace: istio-system
labels:
app.kubernetes.io/name: istio-base
app.kubernetes.io/component: "core"
{{- include "commonLabels" . | nindent 4}}
type: kubernetes.io/dockerconfigjson
data:
.dockerconfigjson: {{ template "imagePullSecret" . }}
{{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment