diff options
Diffstat (limited to 'kubernetes/uui/templates/uui-deployment.yaml')
-rw-r--r-- | kubernetes/uui/templates/uui-deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/uui/templates/uui-deployment.yaml b/kubernetes/uui/templates/uui-deployment.yaml index e23202a907..41d33b194e 100644 --- a/kubernetes/uui/templates/uui-deployment.yaml +++ b/kubernetes/uui/templates/uui-deployment.yaml @@ -1,3 +1,4 @@ +#{{ if not .Values.disableUuiUui }} apiVersion: extensions/v1beta1 kind: Deployment metadata: @@ -32,3 +33,4 @@ spec: periodSeconds: 10 imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" +#{{ end }}
\ No newline at end of file |