fix
This commit is contained in:
parent
44d5118411
commit
52d690c382
@ -35,7 +35,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: pv-controller
|
||||
image: wollud1969/pv-controller:1.0.0
|
||||
image: wollud1969/pv-controller:1.0.1
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: pv-controller
|
||||
|
@ -17,7 +17,7 @@ class Config:
|
||||
|
||||
def __init__(self):
|
||||
self.values = {}
|
||||
for section, keys in Config.OPTIONS:
|
||||
for section, keys in Config.OPTIONS.items():
|
||||
self.values[section] = {}
|
||||
for key in keys:
|
||||
varname = f"{section}__{key}".upper()
|
||||
|
Loading…
x
Reference in New Issue
Block a user