diff --git a/templates/_matcher.tpl b/templates/_matcher.tpl index 2e7a7bb..b8adcd6 100644 --- a/templates/_matcher.tpl +++ b/templates/_matcher.tpl @@ -63,9 +63,9 @@ spec: {{- include "smartface.commonEnv" . | nindent 8 }} {{- include "smartface.rmqConfig" . | nindent 8 }} {{- include "smartface.dbConfig" . | nindent 8 }} - {{- if .Values.configurations.facetemplate.compatibilityVersion }} + {{- if .Values.configurations.faceTemplate.compatibilityVersion }} - name: SF_FACE_TEMPLATE_COMPATIBILITY_VERSION - value: {{ .Values.configurations.facetemplate.compatibilityVersion | quote }} + value: {{ .Values.configurations.faceTemplate.compatibilityVersion | quote }} {{- end }} {{- with .Values.matcher.extraVars }} {{- toYaml . | nindent 8 }} diff --git a/templates/edge-streams/base-deployment.yaml b/templates/edge-streams/base-deployment.yaml index 494cf57..82a84cf 100644 --- a/templates/edge-streams/base-deployment.yaml +++ b/templates/edge-streams/base-deployment.yaml @@ -61,9 +61,9 @@ spec: {{- include "smartface.rmqConfig" . | nindent 8 }} {{- include "smartface.dbConfig" . | nindent 8 }} {{- include "smartface.s3Config" . | nindent 8 }} - {{- if .Values.configurations.facetemplate.compatibilityVersion }} + {{- if .Values.configurations.faceTemplate.compatibilityVersion }} - name: SF_FACE_TEMPLATE_COMPATIBILITY_VERSION - value: {{ .Values.configurations.facetemplate.compatibilityVersion | quote }} + value: {{ .Values.configurations.faceTemplate.compatibilityVersion | quote }} {{- end }} {{- with .Values.base.extraVars }} {{- toYaml . | nindent 8 }} diff --git a/templates/edge-streams/edge-stream-processor-deployment.yaml b/templates/edge-streams/edge-stream-processor-deployment.yaml index 5204d5e..011b484 100644 --- a/templates/edge-streams/edge-stream-processor-deployment.yaml +++ b/templates/edge-streams/edge-stream-processor-deployment.yaml @@ -59,9 +59,9 @@ spec: {{- include "smartface.commonEnv" . | nindent 8 }} {{- include "smartface.rmqConfig" . | nindent 8 }} {{- include "smartface.dbConfig" . | nindent 8 }} - {{- if .Values.configurations.facetemplate.compatibilityVersion }} + {{- if .Values.configurations.faceTemplate.compatibilityVersion }} - name: SF_FACE_TEMPLATE_COMPATIBILITY_VERSION - value: {{ .Values.configurations.facetemplate.compatibilityVersion | quote }} + value: {{ .Values.configurations.faceTemplate.compatibilityVersion | quote }} {{- end }} {{- with .Values.edgeStreamProcessor.extraVars }} {{- toYaml . | nindent 8 }} diff --git a/templates/edge-streams/face-matcher-deployment.yaml b/templates/edge-streams/face-matcher-deployment.yaml index 4e2a4d5..b80bb3f 100644 --- a/templates/edge-streams/face-matcher-deployment.yaml +++ b/templates/edge-streams/face-matcher-deployment.yaml @@ -59,9 +59,9 @@ spec: {{- include "smartface.commonEnv" . | nindent 8 }} {{- include "smartface.rmqConfig" . | nindent 8 }} {{- include "smartface.dbConfig" . | nindent 8 }} - {{- if .Values.configurations.facetemplate.compatibilityVersion }} + {{- if .Values.configurations.faceTemplate.compatibilityVersion }} - name: SF_FACE_TEMPLATE_COMPATIBILITY_VERSION - value: {{ .Values.configurations.facetemplate.compatibilityVersion | quote }} + value: {{ .Values.configurations.faceTemplate.compatibilityVersion | quote }} {{- end }} {{- with .Values.faceMatcher.extraVars }} {{- toYaml . | nindent 8 }} diff --git a/templates/extractor-deployment.yaml b/templates/extractor-deployment.yaml index 7bc34b5..6e02865 100644 --- a/templates/extractor-deployment.yaml +++ b/templates/extractor-deployment.yaml @@ -59,9 +59,9 @@ spec: env: {{- include "smartface.commonEnv" . | nindent 8 }} {{- include "smartface.rmqConfig" . | nindent 8 }} - {{- if .Values.configurations.facetemplate.extractionAlgorithm }} + {{- if .Values.configurations.faceTemplate.extractionAlgorithm }} - name: Extraction__Algorithm - value: {{ .Values.configurations.facetemplate.extractionAlgorithm | quote }} + value: {{ .Values.configurations.faceTemplate.extractionAlgorithm | quote }} {{- end }} {{- with .Values.extractor.extraVars }} {{- toYaml . | nindent 8 }} diff --git a/values.yaml b/values.yaml index 1a668ab..11431fc 100644 --- a/values.yaml +++ b/values.yaml @@ -76,7 +76,7 @@ configurations: # Example of possible values: 1.40, 1.39 # It is specifically intended for use during the process of migrating templates # Use this setting with caution, because it can break functionality - facetemplate: + faceTemplate: compatibilityVersion: null extractionAlgorithm: null