1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Fix command debug hr not taking targetPath into account

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
Matheus Pimenta
2025-03-03 10:17:34 +00:00
parent 04d87be082
commit 24057743bb
3 changed files with 7 additions and 13 deletions

View File

@@ -38,6 +38,10 @@ spec:
- kind: Secret
name: test
valuesKey: secrets.yaml
- kind: Secret
name: test
valuesKey: flatValue
targetPath: aFlatValue
- kind: ConfigMap
name: none
optional: true
@@ -61,3 +65,4 @@ stringData:
secrets.yaml: |
secret: "test"
override: "secret"
flatValue: some-flat-value

View File

@@ -1,3 +1,4 @@
aFlatValue: some-flat-value
cm: test
image:
repository: stefanprodan/podinfo