Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-2368

Repository not used in cassandara stateful set install

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Frankfurt Release
    • El Alto Release, Frankfurt Release, Guilin Release
    • None
    • None

      In the stateful set off the common/cassandara/templates/statefulset.yaml the spec for the image looks like

       

      piVersion: apps/v1
      kind: StatefulSet
      metadata: {{- include "common.resourceMetadata" . | nindent 2 }}
      spec:
      ...

      containers:

      • name: {{ include "common.name" . }}
        image: {{ .Values.image }}
        imagePullPolicy: {
        Unknown macro: { .Values.global.pullPolicy | default .Values.pullPolicy }

        }

      The problem is the at the image doesn't include a repository section which can make it difficult to reconfigure in non public deployments

       

       

       

            afenner afenner
            afenner afenner
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: