mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-11-03 19:17:16 -05:00 
			
		
		
		
	chore: remove empty annotation field from being rendered (#716)
This commit is contained in:
		
						commit
						694dff0f97
					
				@ -17,8 +17,8 @@ spec:
 | 
			
		||||
      {{- include "kyoo.selectorLabels" (dict "context" . "name" .Values.autosync.name) | nindent 6 }}
 | 
			
		||||
  template:
 | 
			
		||||
    metadata:
 | 
			
		||||
      annotations:
 | 
			
		||||
      {{- with (mergeOverwrite (deepCopy .Values.global.podAnnotations) .Values.autosync.podAnnotations) }}
 | 
			
		||||
      annotations:
 | 
			
		||||
        {{- range $key, $value := . }}
 | 
			
		||||
        {{ $key }}: {{ $value | quote }}
 | 
			
		||||
        {{- end }}
 | 
			
		||||
 | 
			
		||||
@ -17,8 +17,8 @@ spec:
 | 
			
		||||
      {{- include "kyoo.selectorLabels" (dict "context" . "name" .Values.back.name) | nindent 6 }}
 | 
			
		||||
  template:
 | 
			
		||||
    metadata:
 | 
			
		||||
      annotations:
 | 
			
		||||
      {{- with (mergeOverwrite (deepCopy .Values.global.podAnnotations) .Values.back.podAnnotations) }}
 | 
			
		||||
      annotations:
 | 
			
		||||
        {{- range $key, $value := . }}
 | 
			
		||||
        {{ $key }}: {{ $value | quote }}
 | 
			
		||||
        {{- end }}
 | 
			
		||||
 | 
			
		||||
@ -17,8 +17,8 @@ spec:
 | 
			
		||||
      {{- include "kyoo.selectorLabels" (dict "context" . "name" .Values.front.name) | nindent 6 }}
 | 
			
		||||
  template:
 | 
			
		||||
    metadata:
 | 
			
		||||
      annotations:
 | 
			
		||||
      {{- with (mergeOverwrite (deepCopy .Values.global.podAnnotations) .Values.front.podAnnotations) }}
 | 
			
		||||
      annotations:
 | 
			
		||||
        {{- range $key, $value := . }}
 | 
			
		||||
        {{ $key }}: {{ $value | quote }}
 | 
			
		||||
        {{- end }}
 | 
			
		||||
 | 
			
		||||
@ -17,8 +17,8 @@ spec:
 | 
			
		||||
      {{- include "kyoo.selectorLabels" (dict "context" . "name" .Values.matcher.name) | nindent 6 }}
 | 
			
		||||
  template:
 | 
			
		||||
    metadata:
 | 
			
		||||
      annotations:
 | 
			
		||||
      {{- with (mergeOverwrite (deepCopy .Values.global.podAnnotations) .Values.matcher.podAnnotations) }}
 | 
			
		||||
      annotations:
 | 
			
		||||
        {{- range $key, $value := . }}
 | 
			
		||||
        {{ $key }}: {{ $value | quote }}
 | 
			
		||||
        {{- end }}
 | 
			
		||||
 | 
			
		||||
@ -17,8 +17,8 @@ spec:
 | 
			
		||||
      {{- include "kyoo.selectorLabels" (dict "context" . "name" .Values.scanner.name) | nindent 6 }}
 | 
			
		||||
  template:
 | 
			
		||||
    metadata:
 | 
			
		||||
      annotations:
 | 
			
		||||
      {{- with (mergeOverwrite (deepCopy .Values.global.podAnnotations) .Values.scanner.podAnnotations) }}
 | 
			
		||||
      annotations:
 | 
			
		||||
        {{- range $key, $value := . }}
 | 
			
		||||
        {{ $key }}: {{ $value | quote }}
 | 
			
		||||
        {{- end }}
 | 
			
		||||
 | 
			
		||||
@ -17,8 +17,8 @@ spec:
 | 
			
		||||
      {{- include "kyoo.selectorLabels" (dict "context" . "name" .Values.transcoder.name) | nindent 6 }}
 | 
			
		||||
  template:
 | 
			
		||||
    metadata:
 | 
			
		||||
      annotations:
 | 
			
		||||
      {{- with (mergeOverwrite (deepCopy .Values.global.podAnnotations) .Values.transcoder.podAnnotations) }}
 | 
			
		||||
      annotations:
 | 
			
		||||
        {{- range $key, $value := . }}
 | 
			
		||||
        {{ $key }}: {{ $value | quote }}
 | 
			
		||||
        {{- end }}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user