This commit is contained in:
Wolfgang Hottgenroth 2023-11-08 14:49:48 +01:00
parent 52d690c382
commit 3d28188833
Signed by: wn
GPG Key ID: 836E9E1192A6B132
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]