Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct pvc storageclass indentation. #509

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

HumairAK
Copy link
Contributor

Resolve: #508

Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
@dsp-developers
Copy link
Contributor

A new image has been built to help with testing out this PR: quay.io/opendatahub/data-science-pipelines-operator:pr-509
An OCP cluster where you are logged in as cluster admin is required.

To use this image run the following:

cd $(mktemp -d)
git clone git@github.com:opendatahub-io/data-science-pipelines-operator.git
cd data-science-pipelines-operator/
git fetch origin pull/509/head
git checkout -b pullrequest 09f0346777c93c1bd75bb54515d13aae17d2974f
make deploy IMG="quay.io/opendatahub/data-science-pipelines-operator:pr-509"

More instructions here on how to deploy and test a Data Science Pipelines Application.

@VaniHaripriya
Copy link
Contributor

/lgtm

The corrected indentation for storageClassName fixes the below error in DSPO logs:

2023-12-12T17:57:07Z ERROR Reconciler error {"controller": "datasciencepipelinesapplication", "controllerGroup": "datasciencepipelinesapplications.opendatahub.io", "controllerKind": "DataSciencePipelinesApplication", "DataSciencePipelinesApplication": {"name":"sample","namespace":"dspa"}, "namespace": "dspa", "name": "sample", "reconcileID": "2eaa4e56-1f1d-4c46-8599-c1d081c9db52", "error": "error loading template (minio/pvc.yaml.tmpl) yaml: error converting YAML to JSON: yaml: line 11: did not find expected key"}
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.13.0/pkg/internal/controller/controller.go:326
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.13.0/pkg/internal/controller/controller.go:273
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2
/opt/app-root/src/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.13.0/pkg/internal/controller/controller.go:234

@openshift-ci openshift-ci bot added the lgtm label Dec 12, 2023
Copy link
Contributor

openshift-ci bot commented Dec 12, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gmfrasca

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gmfrasca
Copy link
Member

/hold wait see something

@gmfrasca
Copy link
Member

/unhold

@openshift-merge-bot openshift-merge-bot bot merged commit f4d5a02 into opendatahub-io:main Dec 12, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Setting storage class in DSPO for mariadb/minio fails due to indentation issues
4 participants