mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
fix(common): Fix envValueFrom.configMapKeyRef schema
This commit is contained in:
parent
c5fe6ff91a
commit
25e5778dd2
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@
|
||||||
"required": ["name", "key"]
|
"required": ["name", "key"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["secretKeyRef"]
|
"required": ["configMapKeyRef"]
|
||||||
},
|
},
|
||||||
|
|
||||||
"envValueFrom.fieldRef": {
|
"envValueFrom.fieldRef": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue