Skip to content

Commit

Permalink
Update signing_scripts_configmap deprecated field
Browse files Browse the repository at this point in the history
It was breaking prow tests.
[noissue]
  • Loading branch information
git-hyagi committed Dec 5, 2023
1 parent ab55deb commit 324e3bd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci/prow/openshift-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo $ROUTE_HOST
if [[ "$CI_TEST" == "galaxy" ]]; then
CR_FILE=config/samples/pulpproject_v1beta1_pulp_cr.galaxy.ocp.ci.yaml
oc apply -f .ci/assets/kubernetes/galaxy_sign.secret.yaml
oc apply -f .ci/assets/kubernetes/signing_scripts.configmap.yaml
oc apply -f .ci/assets/kubernetes/signing_scripts.yaml
else
CR_FILE=config/samples/pulpproject_v1beta1_pulp_cr.ocp.ci.yaml
fi
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/pulp-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ metadata:
capabilities: Full Lifecycle
categories: Integration & Delivery
containerImage: quay.io/pulp/pulp-operator:devel
createdAt: "2023-12-04T14:48:41Z"
createdAt: "2023-12-05T11:18:07Z"
description: Pulp is a platform for managing repositories of software packages
and making them available to a large number of consumers.
operators.operatorframework.io/builder: operator-sdk-v1.29.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ metadata:
"content_origin": "http://nodeport.local:30000",
"token_server": "http://nodeport.local:30000/token/"
},
"signing_scripts_configmap": "signing-scripts",
"signing_scripts": "signing-scripts",
"signing_secret": "signing-galaxy",
"web": {
"replicas": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
image_web_version: 4.6.3
admin_password_secret: "example-pulp-admin-password"
signing_secret: "signing-galaxy"
signing_scripts_configmap: "signing-scripts"
signing_scripts: "signing-scripts"
ingress_type: route
route_host: route_host_placeholder
route_tls_termination_mechanism: edge
Expand Down
2 changes: 1 addition & 1 deletion config/samples/simple-external-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
file_storage_access_mode: "ReadWriteOnce"
file_storage_size: "2Gi"
signing_secret: "signing-galaxy"
signing_scripts_configmap: "signing-scripts"
signing_scripts: "signing-scripts"
image_web: "quay.io/pulp/galaxy-web"

ingress_type: nodeport
Expand Down
2 changes: 1 addition & 1 deletion config/samples/simple-external-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
file_storage_access_mode: "ReadWriteOnce"
file_storage_size: "2Gi"
signing_secret: "signing-galaxy"
signing_scripts_configmap: "signing-scripts"
signing_scripts: "signing-scripts"
image_web: "quay.io/pulp/galaxy-web"

ingress_type: nodeport
Expand Down
2 changes: 1 addition & 1 deletion config/samples/simple-sso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
file_storage_size: "2Gi"
file_storage_storage_class: "standard"
signing_secret: "signing-galaxy"
signing_scripts_configmap: "signing-scripts"
signing_scripts: "signing-scripts"
image_web: "quay.io/pulp/pulp-web"

redis_storage_class: standard
Expand Down

0 comments on commit 324e3bd

Please sign in to comment.