beat enabled values
This commit is contained in:
		
							parent
							
								
									49cd649fea
								
							
						
					
					
						commit
						a55273aa3c
					
				
					 2 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -1,4 +1,5 @@
 | 
				
			||||||
{{- if .Values.worker.enabled -}}
 | 
					{{- if .Values.worker.enabled -}}
 | 
				
			||||||
 | 
					{{- if .Values.beat.enabled -}}
 | 
				
			||||||
apiVersion: apps/v1
 | 
					apiVersion: apps/v1
 | 
				
			||||||
kind: Deployment
 | 
					kind: Deployment
 | 
				
			||||||
metadata:
 | 
					metadata:
 | 
				
			||||||
| 
						 | 
					@ -55,4 +56,5 @@ spec:
 | 
				
			||||||
                name: {{ include "django.fullname" . }}
 | 
					                name: {{ include "django.fullname" . }}
 | 
				
			||||||
            - configMapRef:
 | 
					            - configMapRef:
 | 
				
			||||||
                name: {{ include "django.fullname" . }}
 | 
					                name: {{ include "django.fullname" . }}
 | 
				
			||||||
 | 
					{{- end }}
 | 
				
			||||||
{{- end }}
 | 
					{{- end }}
 | 
				
			||||||
| 
						 | 
					@ -100,6 +100,9 @@ worker:
 | 
				
			||||||
  tolerations: []
 | 
					  tolerations: []
 | 
				
			||||||
  affinity: {}
 | 
					  affinity: {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					beat:
 | 
				
			||||||
 | 
					  enabled: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
serviceAccount:
 | 
					serviceAccount:
 | 
				
			||||||
  # Specifies whether a service account should be created
 | 
					  # Specifies whether a service account should be created
 | 
				
			||||||
  create: false
 | 
					  create: false
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue