Add annotations to longhorn-manager DaemonSet
Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
This commit is contained in:
parent
eb76703339
commit
b4af43d454
@ -13,6 +13,10 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
labels: {{- include "longhorn.labels" . | nindent 8 }}
|
labels: {{- include "longhorn.labels" . | nindent 8 }}
|
||||||
app: longhorn-manager
|
app: longhorn-manager
|
||||||
|
{{- with .Values.annotations }}
|
||||||
|
annotations:
|
||||||
|
{{- toYaml . | nindent 8 }}
|
||||||
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: longhorn-manager
|
- name: longhorn-manager
|
||||||
|
@ -163,3 +163,6 @@ enablePSP: true
|
|||||||
## Specify override namespace, specifically this is useful for using longhorn as sub-chart
|
## Specify override namespace, specifically this is useful for using longhorn as sub-chart
|
||||||
## and its release namespace is not the `longhorn-system`
|
## and its release namespace is not the `longhorn-system`
|
||||||
namespaceOverride: ""
|
namespaceOverride: ""
|
||||||
|
|
||||||
|
# Annotations to add to the Longhorn DaemonSet's. Optional.
|
||||||
|
annotations: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user