Values files not taken into account ? #279
-
|
Hi there, I just started using the tool, and I've been playing around a bit. Before opening an issue, I wanted to check if it was a "user-issue" or not. This is how I proceeded :
Also tried with the This isn't showing any of the values I defined in values.yaml, and I can't figure out what I did wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Your global:
openshift: true
vault:
injector:
enabled: false
ui:
enabled: true
server:
image:
repository: "redacted.com/ocp-platform-mirror/hashicorp/vault"
tag: "1.18.1-ubi"
readinessProbe:
path: "/v1/sys/health?uninitcode=204"
resources:
requests:
memory: 512Mi
cpu: 250m
limits:
memory: 1Gi
cpu: 500m
logLevel: debug
dev:
enabled: trueBtw, |
Beta Was this translation helpful? Give feedback.
Your
vaultchart is a subchart ofmychart. Thus you should wrap your values forvaultchart in avaultkey in values.yaml file:Btw,
--values values.yamlnot needed. It is a default, since values.yaml is a values-file of the root chart.