Skip to content

Commit

Permalink
use fqtn
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Oct 27, 2023
1 parent 8f3aaf7 commit f912965
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/alfresco-repository/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ spec:
{{- include "alfresco-repository.selectorLabels" . | nindent 8 }}
spec:
serviceAccountName: {{ include "alfresco-repository.serviceAccountName" . }}
{{- include "component-pod-security-context" .Values | indent 4 }}
{{- include "alfresco-common.component-pod-security-context" .Values | indent 4 }}
nodeSelector:
{{- toYaml .Values.nodeSelector | nindent 8 }}
{{- include "alfresco-content-services.imagePullSecrets" . | indent 6 }}
{{- include "alfresco-common.imagePullSecrets" . | indent 6 }}
initContainers:
- name: wait-db-ready
image: busybox:1.35
imagePullPolicy: IfNotPresent
{{- include "component-security-context" dict | indent 8 }}
{{- include "alfresco-common.component-security-context" dict | indent 8 }}
resources:
limits:
cpu: "0.25"
Expand All @@ -49,7 +49,7 @@ spec:
{{- end }}
containers:
- name: {{ .Chart.Name }}
{{- include "component-security-context" .Values | indent 8 }}
{{- include "alfresco-common.component-security-context" .Values | indent 8 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- $dbsecretCtx := dict }}
Expand Down Expand Up @@ -192,7 +192,7 @@ spec:
{{ tpl (toYaml (list .)) $ | nindent 8 }}
{{- end }}
volumes:
{{- include "data_volume" .Values | nindent 8 }}
{{- include "alfresco-common.data_volume" .Values | nindent 8 }}
{{- if .Values.configuration.repository.existingConfigMap }}
- name: global-properties
configMap:
Expand Down

0 comments on commit f912965

Please sign in to comment.