fix missing support for .Values.global.repository (#7195)
* fix missing support for .Values.global.repository * rework based on gemini feedback to handle repository+imageName more cleanly * use base rather than last + splitList
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
global:
|
||||
createClusterRole: true
|
||||
registry: ""
|
||||
# if repository is set, it overrides the namespace part of imageName
|
||||
repository: ""
|
||||
imageName: chrislusf/seaweedfs
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user