diff options
Diffstat (limited to 'templates/data-router-deployment.yaml')
-rw-r--r-- | templates/data-router-deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/data-router-deployment.yaml b/templates/data-router-deployment.yaml index 4473dcf..6b3c024 100644 --- a/templates/data-router-deployment.yaml +++ b/templates/data-router-deployment.yaml @@ -1,3 +1,4 @@ +#{{ if not .Values.disableAaiDataRouter }} apiVersion: extensions/v1beta1 kind: Deployment metadata: @@ -65,3 +66,4 @@ spec: restartPolicy: Always imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" +#{{ end }}
\ No newline at end of file |