forgejo: remove rootless config which affects image tag
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
bbd4b18f6b
commit
fd07c8d2e0
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ image:
|
||||||
tag: 'latest'
|
tag: 'latest'
|
||||||
digest: ''
|
digest: ''
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
rootless: true
|
rootless: false
|
||||||
fullOverride: ''
|
fullOverride: ''
|
||||||
|
|
||||||
## @param imagePullSecrets Secret to use for pulling the image
|
## @param imagePullSecrets Secret to use for pulling the image
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue