Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jilju Joy <[email protected]>
  • Loading branch information
jilju committed Aug 28, 2024
1 parent 2e99de6 commit 3d4c5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/deployment/hosted_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def create_host_inventory():
helpers.create_project(project_name=infra_env_namespace)
# Create new secret in the namespace using the existing secret
secret_obj = OCP(
kind=constants.POD,
kind=constants.SECRET,
resource_name="pull-secret",
namespace=constants.OPENSHIFT_CONFIG_NAMESPACE,
)
Expand Down

0 comments on commit 3d4c5f4

Please sign in to comment.