Skip to content

Commit

Permalink
fix: name should be first in valuesFrom
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed Oct 7, 2023
1 parent 9abcf47 commit 587c465
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ spec:
- name: local-path-provisioner
namespace: kube-system
valuesFrom:
- kind: ConfigMap
name: kube-prometheus-stack-values
- name: kube-prometheus-stack-values
kind: ConfigMap
valuesKey: values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ spec:
uninstall:
keepHistory: false
valuesFrom:
- kind: ConfigMap
name: cilium-values
- name: cilium-values
kind: ConfigMap
valuesKey: values.yaml

0 comments on commit 587c465

Please sign in to comment.