Anthony 2 days ago committed by GitHub
commit 55829ee3fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,6 +6,9 @@ kind: Deployment
metadata: metadata:
name: operator name: operator
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
{{- if .Values.annotations }}
annotations: {{- toYaml .Values.annotations | nindent 4 }}
{{- end }}
spec: spec:
replicas: 1 replicas: 1
strategy: strategy:

@ -62,6 +62,9 @@ operatorConfig:
resources: {} resources: {}
# Specifies annotations for deployment
annotations: {}
podAnnotations: {} podAnnotations: {}
podLabels: {} podLabels: {}

Loading…
Cancel
Save