Skip to content

Commit

Permalink
add separator
Browse files Browse the repository at this point in the history
  • Loading branch information
jkralik committed Aug 8, 2024
1 parent 7f25285 commit 45d12c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/plgd-hub/templates/grpc-reflection/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ data:
{{- include "plgd-hub.internalCertificateConfig" (list $ $tls $grpcReflectionCertPath) | indent 8 }}
clientCertificateRequired: {{ .apis.grpc.tls.clientCertificateRequired }}
{{- end }}
{{- if gt (len $domains) 1 }}
---
{{- end }}
{{- end }}
{{- end }}
3 changes: 3 additions & 0 deletions charts/plgd-hub/templates/grpc-reflection/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,8 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if gt (len $domains) 1 }}
---
{{- end }}
{{- end }}
{{- end }}
3 changes: 3 additions & 0 deletions charts/plgd-hub/templates/grpc-reflection/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ spec:
name: {{ $.Values.grpcreflection.service.name }}
selector:
{{- include "plgd-hub.grpcreflection.selectorLabels" (list $ $domain) | nindent 4 }}
{{- if gt (len $domains) 1 }}
---
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 45d12c5

Please sign in to comment.