diff --git a/deployment/nic-configuration-operator-chart/templates/nic-configuration-operator-config.yaml b/deployment/nic-configuration-operator-chart/templates/nic-configuration-operator-config.yaml deleted file mode 100644 index d4103e3..0000000 --- a/deployment/nic-configuration-operator-chart/templates/nic-configuration-operator-config.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: nic-configuration-operator-config -data: - serviceAccountName: "{{ include "nic-configuration-operator.serviceAccountName" . }}" - configDaemonImage: "{{ .Values.configDaemon.image.repository }}/{{ .Values.configDaemon.image.name }}:{{ .Values.configDaemon.image.tag | default .Chart.AppVersion }}" - {{- if .Values.imagePullSecrets}} - imagePullSecrets: {{ join "," .Values.imagePullSecrets }} - {{- end}} - {{- if .Values.configDaemon.nodeSelector}} - nodeSelector: {{ .Values.configDaemon.nodeSelector | toJson | quote }} - {{- end}} - {{- if .Values.configDaemon.resources}} - resources: {{ .Values.configDaemon.resources | toJson | quote }} - {{- end}} - {{- if .Values.logLevel}} - logLevel: {{ .Values.logLevel }} - {{- end}} \ No newline at end of file