#1779 openscanhub: attempt to fix name of a configmap
Closed 3 months ago by svashisht. Opened 3 months ago by svashisht.
fedora-infra/ svashisht/ansible fix-config-map  into  main

@@ -74,4 +74,4 @@ 

              secretName: openscanhub-keytab

          - name: settings-local-configmap

            configMap:

-             name: settings-local-config

+             name: settings-local-configmap

@@ -7,7 +7,7 @@ 

  - apiVersion: v1

    kind: ConfigMap

    metadata:

-     name: settings-local-config

+     name: settings-local-configmap

      labels:

        app: openscanhub

    data:

I am not sure if it is the correct fix, but I am trying to workaround this error from deployment with current configurations:

MountVolume.SetUp failed for volume "settings-local-configmap" : configmap "settings-local-config" not found

You need to add that configmap to the playbook as well (with the openshift/object role) for it to be created

Pull-Request has been closed by svashisht

3 months ago