diff --git a/templates/miq-template-ext-db.yaml b/templates/miq-template-ext-db.yaml index f74bdaf43..98a3124ad 100644 --- a/templates/miq-template-ext-db.yaml +++ b/templates/miq-template-ext-db.yaml @@ -554,16 +554,19 @@ objects: configMapKeyRef: name: "${HTTPD_SERVICE_NAME}-auth-configs" key: auth-oidc-provider-metadata-url + optional: true - name: HTTPD_AUTH_OIDC_CLIENT_ID valueFrom: configMapKeyRef: name: "${HTTPD_SERVICE_NAME}-auth-configs" key: auth-oidc-client-id + optional: true - name: HTTPD_AUTH_OIDC_CLIENT_SECRET valueFrom: configMapKeyRef: name: "${HTTPD_SERVICE_NAME}-auth-configs" key: auth-oidc-client-secret + optional: true lifecycle: postStart: exec: diff --git a/templates/miq-template.yaml b/templates/miq-template.yaml index 53e330b61..ddc846de2 100644 --- a/templates/miq-template.yaml +++ b/templates/miq-template.yaml @@ -699,16 +699,19 @@ objects: configMapKeyRef: name: "${HTTPD_SERVICE_NAME}-auth-configs" key: auth-oidc-provider-metadata-url + optional: true - name: HTTPD_AUTH_OIDC_CLIENT_ID valueFrom: configMapKeyRef: name: "${HTTPD_SERVICE_NAME}-auth-configs" key: auth-oidc-client-id + optional: true - name: HTTPD_AUTH_OIDC_CLIENT_SECRET valueFrom: configMapKeyRef: name: "${HTTPD_SERVICE_NAME}-auth-configs" key: auth-oidc-client-secret + optional: true lifecycle: postStart: exec: