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

Separate the spec.name and meta.name from the Helm template.

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 2.0.2
    • None
    • helm, kubernetes
    • None
    • 1

    Description

      Currently we have the following:

      buckets:
        # A bucket to create by default
        name-of-meta-name:
          # Kind of bucket
          kind: CouchbaseBucket
          # Name of the bucket
          name: name-of-spec-name
      

      Per the CouchbaseBucket resource here
      https://docs.couchbase.com/operator/current/reference-couchbasebucket.html

      The meta.name and spec.name should be separate, where meta.name is the resource's name, and the spec.name is the name that shows in the UI.

      Currently with the Helm chart, both of these names are the meta.name, and the name itself gets overwritten by spec.name. We should separate these two like the standard CouchbaseBucket resource.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tommie Tommie McAfee (Inactive)
            tin.tran Tin Tran (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty