Add empty dir to argo
This commit is contained in:
parent
0b202285e9
commit
9cb60fc886
@ -39,7 +39,7 @@ configs:
|
||||
server.insecure: "true"
|
||||
|
||||
dex:
|
||||
enabled: false # 🚫 מבטל את Dex כדי לאפשר OIDC לעבוד
|
||||
enabled: false
|
||||
|
||||
server:
|
||||
extraArgs:
|
||||
@ -70,3 +70,11 @@ repoServer:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
volumes:
|
||||
- name: tmp
|
||||
emptyDir: {}
|
||||
|
||||
volumeMounts:
|
||||
- name: tmp
|
||||
mountPath: /tmp
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user