mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
chore(helmfile): Remove doublette spaces in templating expression
This commit is contained in:
@@ -28,7 +28,7 @@ clamd:
|
|||||||
podAnnotations:
|
podAnnotations:
|
||||||
intents.otterize.com/service-name: "clamav-distributed"
|
intents.otterize.com/service-name: "clamav-distributed"
|
||||||
{{- with .Values.annotations.servicesExternalClamavDistributed.clamdPod }}
|
{{- with .Values.annotations.servicesExternalClamavDistributed.clamdPod }}
|
||||||
{{ . | toYaml | nindent 4 }}
|
{{ . | toYaml | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ persistence:
|
|||||||
podAnnotations:
|
podAnnotations:
|
||||||
intents.otterize.com/service-name: "clamav-simple"
|
intents.otterize.com/service-name: "clamav-simple"
|
||||||
{{- with .Values.annotations.servicesExternalClamavSimple.pod }}
|
{{- with .Values.annotations.servicesExternalClamavSimple.pod }}
|
||||||
{{ . | toYaml | nindent 2 }}
|
{{ . | toYaml | nindent 2 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ image:
|
|||||||
podAnnotations:
|
podAnnotations:
|
||||||
intents.otterize.com/service-name: "dkimpy-milter"
|
intents.otterize.com/service-name: "dkimpy-milter"
|
||||||
{{- with .Values.annotations.servicesExternalDkimpy.service }}
|
{{- with .Values.annotations.servicesExternalDkimpy.service }}
|
||||||
{{ . | toYaml | nindent 2 }}
|
{{ . | toYaml | nindent 2 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ image:
|
|||||||
podAnnotations:
|
podAnnotations:
|
||||||
intents.otterize.com/service-name: "memcached"
|
intents.otterize.com/service-name: "memcached"
|
||||||
{{- with .Values.annotations.servicesExternalMemcached.pod }}
|
{{- with .Values.annotations.servicesExternalMemcached.pod }}
|
||||||
{{ . | toYaml | nindent 2 }}
|
{{ . | toYaml | nindent 2 }}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
replicaCount: {{ .Values.replicas.memcached }}
|
replicaCount: {{ .Values.replicas.memcached }}
|
||||||
|
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ provisioning:
|
|||||||
podAnnotations:
|
podAnnotations:
|
||||||
intents.otterize.com/service-name: "minio-provisioning"
|
intents.otterize.com/service-name: "minio-provisioning"
|
||||||
{{- with .Values.annotations.servicesExternalMinio.provisioningPod }}
|
{{- with .Values.annotations.servicesExternalMinio.provisioningPod }}
|
||||||
{{ . | toYaml | nindent 4}}
|
{{ . | toYaml | nindent 4}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
policies:
|
policies:
|
||||||
- name: "migrations-bucket-policy"
|
- name: "migrations-bucket-policy"
|
||||||
|
|||||||
Reference in New Issue
Block a user