Skip to content

Commit

Permalink
remove non full qualified template names
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Dec 19, 2023
1 parent 2249b43 commit bddf0e6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ spec:
{{- include "alfresco-ai-transformer.selectorLabels" . | nindent 8 }}
spec:
serviceAccountName: {{ include "alfresco-ai-transformer.serviceAccountName" . }}
{{- include "component-pod-security-context" .Values | indent 4 }}
{{- include "alfresco-common.component-pod-security-context" .Values | indent 4 }}
{{- if .Values.nodeSelector }}
nodeSelector: {{- .Values.nodeSelector | toYaml | nindent 8 }}
{{- end }}
{{- include "alfresco-content-services.imagePullSecrets" . | indent 6 }}
{{- include "alfresco-common.imagePullSecrets" . | indent 6 }}
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
Expand Down Expand Up @@ -57,7 +57,7 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- include "component-security-context" .Values | indent 8 }}
{{- include "alfresco-common.component-security-context" .Values | indent 8 }}
envFrom:
- configMapRef:
name: {{ template "alfresco-ai-transformer.fullname" . }}
Expand Down

0 comments on commit bddf0e6

Please sign in to comment.