Uploaded image for project: 'Couchbase Kubernetes'
  1. Couchbase Kubernetes
  2. K8S-1965

set default config to null in Helm

    XMLWordPrintable

Details

    • Page
    • Resolution: Fixed
    • Major
    • 2.2.0
    • None
    • documentation, helm
    • None
    • 18: PE/Tasks/Docs
    • 1

    Description

      We have the following in the values.yaml

       servers:
            # Name for the server configuration. It must be unique.
            default:
              # Size of the couchbase cluster.
              size: 3
              # The services to run on nodes
              services:
                - data
                - index
                - query
                - search
      

      If we change default to other names without setting defalut:null, it will spin up the default config (with different node counts), we need to document this, and so if customer wants to change the name default to something else, they need to set default:null

       servers:
            # Name for the server configuration. It must be unique.
            default:null
            data-query-index:
              # Size of the couchbase cluster.
              size: 3
              # The services to run on nodes
              services:
                - data
                - index
                - query
                - search
      

      Attachments

        Issue Links

          For Gerrit Dashboard: K8S-1965
          # Subject Branch Project Status CR V

          Activity

            People

              patrick.stephens Patrick Stephens (Inactive)
              tin.tran Tin Tran (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty