1 Commits
1.0.3 ... 1.0.4

Author SHA1 Message Date
3d28188833 fix 2023-11-08 14:49:48 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ spec:
spec:
containers:
- name: pv-controller
image: wollud1969/pv-controller:1.0.1
image: wollud1969/pv-controller:1.0.3
envFrom:
- configMapRef:
name: pv-controller

View File

@ -27,5 +27,5 @@ class Config:
pass
def __getitem__(self, section):
return self.values[index]
return self.values[section]