I am currently writing a helm chart that uses ory/...
# talk-oathkeeper
f
I am currently writing a helm chart that uses ory/oathkeeper as a chart dependency. Unfortunately I am struggling to make that work. Has anybody used oathkeeper as a subchart and can share the syntax? Currently I am adding the following dependency to my Chart.yaml
Copy code
dependencies:
  - name: ory-oathkeeper
    version: "v0.40.3"
    repository: <https://k8s.ory.sh/helm/charts>
Nevermind, I mixed up some values... here's the dependency:
Copy code
dependencies:
  - name: oathkeeper
    version: 0.33.2
    repository: <https://k8s.ory.sh/helm/charts>
    alias: ory-oathkeeper