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
|
description: EngineImageSpec defines the desired state of the Longhorn engine image
|
||||||
properties:
|
properties:
|
||||||
image:
|
image:
|
||||||
|
minLength: 1
|
||||||
type: string
|
type: string
|
||||||
|
required:
|
||||||
|
- image
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: EngineImageStatus defines the observed state of the Longhorn engine image
|
description: EngineImageStatus defines the observed state of the Longhorn engine image
|
||||||
|
@ -124,6 +124,10 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: metadata.namespace
|
fieldPath: metadata.namespace
|
||||||
|
- name: NODE_NAME
|
||||||
|
valueFrom:
|
||||||
|
fieldRef:
|
||||||
|
fieldPath: spec.nodeName
|
||||||
{{- if .Values.privateRegistry.registrySecret }}
|
{{- if .Values.privateRegistry.registrySecret }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: {{ .Values.privateRegistry.registrySecret }}
|
- name: {{ .Values.privateRegistry.registrySecret }}
|
||||||
|
Loading…
Reference in New Issue
Block a user