Skip to content
Discussion options

You must be logged in to vote

Your vault chart is a subchart of mychart. Thus you should wrap your values for vault chart in a vault key in values.yaml file:

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: true

Btw, --values values.yaml not needed. It is a default, since values.yaml is a values-file of the root chart.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ilya-lesikov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants