Disabling a stack
In the Stack object of your Kubernetes cluster, you can easily disable stack you don't want or need to deploy anymore.
Configuration
In order to disable a stack, you need to edit the stack.yml file of your Kubernetes cluster and add the following parameter:
disabled: true
Example
Let's first open the stack configuration file:
kubectl edit stack stack1
And add to the stack.yml file the following parameter:
apiVersion: stack.formance.com/v1beta3
kind: Stack
metadata:
  name: stack1
spec:
  debug: true
  dev: true
  scheme: http
  host: example.net
  seed: stacks
  versions: default
  disabled: true
Getting help
Are you stuck? Have a technical question not well answered in these docs? Run into a problem you can't solve?
Come chat with us! We have a Slack server where we and others using Formance hang out.
Or, if you prefer, you can also Tweet at us.