test ci 2

This commit is contained in:
2025-12-05 13:14:00 +01:00
parent 4405f5f7e7
commit 5496c5e94e
6 changed files with 74 additions and 80 deletions

View File

@@ -21,3 +21,14 @@ spec:
envFrom:
- configMapRef:
name: pv-controller
env:
- name: CFG_FILE
value: /config/config.yaml
volumeMounts:
- name: pv-controller-config
mountPath: /config/config.yaml
subPath: config.yaml
volumes:
- name: pv-controller-config
configMap:
name: pv-controller-config