Howdy. Is it possible to deploy kratos via the hel...
# ory-selfhosting
w
Howdy. Is it possible to deploy kratos via the helm charts without running the courier statefulset?
If anyone else needs to try and do this, I’m using a helm postRenderer in flux to patch the statefulset with a replica value of 0.
Copy code
postRenderers:
  - kustomize:
      patchesJson6902:
      - target:
          version: v1
          kind: StatefulSet
          name: kratos-courier
        patch:
        - op: replace
          path: /spec/replicas
          value: 0
w
we don’t currently have a “enabled” option in the chart, but it should be trivial to add 😉