chart: update webhook and crd manifests
longhorn 3562 Signed-off-by: Derek Su <derek.su@suse.com>
This commit is contained in:
parent
86688525a1
commit
37dc053972
@ -1132,7 +1132,10 @@ spec:
|
||||
description: EngineImageSpec defines the desired state of the Longhorn engine image
|
||||
properties:
|
||||
image:
|
||||
minLength: 1
|
||||
type: string
|
||||
required:
|
||||
- image
|
||||
type: object
|
||||
status:
|
||||
description: EngineImageStatus defines the observed state of the Longhorn engine image
|
||||
|
@ -124,6 +124,10 @@ spec:
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: metadata.namespace
|
||||
- name: NODE_NAME
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
{{- if .Values.privateRegistry.registrySecret }}
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.privateRegistry.registrySecret }}
|
||||
|
Loading…
Reference in New Issue
Block a user