reloader and single strat
This commit is contained in:
parent
9e2843db6d
commit
62a468c65d
2 changed files with 6 additions and 1 deletions
|
@ -14,6 +14,9 @@ spec:
|
|||
kind: HelmRepository
|
||||
name: nvdp
|
||||
namespace: flux-system
|
||||
metadata:
|
||||
annotations:
|
||||
reloader.stakater.com/auto: "true"
|
||||
install:
|
||||
remediation:
|
||||
retries: 3
|
||||
|
@ -23,6 +26,8 @@ spec:
|
|||
retries: 3
|
||||
strategy: rollback
|
||||
values:
|
||||
podAnnotations:
|
||||
configmap.reloader.stakater.com/reload: nvidia-helm-values
|
||||
config:
|
||||
name: nvidia-helm-values
|
||||
runtimeClassName: "nvidia"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
version: v1
|
||||
flags:
|
||||
migStrategy: "mixed"
|
||||
migStrategy: "single"
|
||||
plugin:
|
||||
deviceListStrategy: "envvar"
|
||||
deviceIDStrategy: "uuid"
|
||||
|
|
Loading…
Reference in a new issue