File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : ctrlplane
33description : Ctrlplane Helm chart for Kubernetes
44type : application
5- version : 0.7.1
5+ version : 0.8.0
66appVersion : " 1.0.0"
77
88maintainers :
Original file line number Diff line number Diff line change 11apiVersion : apps/v1
2- kind : Deployment
2+ kind : DaemonSet
33metadata :
44 name : {{ include "otel.fullname" . }}
55 labels :
66 {{- include "otel.labels" . | nindent 4 }}
7- {{- if .Values.deployment .labels -}}
8- {{- toYaml .Values.deployment .labels | nindent 4 }}
7+ {{- if .Values.daemonset .labels -}}
8+ {{- toYaml .Values.daemonset .labels | nindent 4 }}
99 {{- end }}
1010 annotations :
11- {{- if .Values.deployment .annotations -}}
12- {{- toYaml .Values.deployment .annotations | nindent 4 }}
11+ {{- if .Values.daemonset .annotations -}}
12+ {{- toYaml .Values.daemonset .annotations | nindent 4 }}
1313 {{- end }}
1414spec :
15- replicas : 1
1615 selector :
1716 matchLabels :
1817 {{- include "ctrlplane.selectorLabels" $ | nindent 6 }}
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ common:
5050 labels : {}
5151 annotations : {}
5252
53- deployment :
53+ daemonset :
5454 labels : {}
5555 annotations : {}
5656
You can’t perform that action at this time.
0 commit comments