Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyalbo committed Dec 11, 2024
1 parent d038b7c commit f3e3ac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions deploy/job_analyze_network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ spec:
- -c
- "cd /root/node_modules/noobaa-core/; node ./src/tools/diagnostics/analyze_network.js"
restartPolicy: Never
serviceAccountName: noobaa
3 changes: 2 additions & 1 deletion pkg/bundle/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -5255,7 +5255,7 @@ const File_deploy_internal_text_system_status_readme_rejected_tmpl = `
NooBaa Operator Version: {{.OperatorVersion}}
`

const Sha256_deploy_job_analyze_network_yml = "3ee84a8b230fc2cf9ae5f6c6aafbb2d245b1435262a04e0d9fe7d817b9ae4476"
const Sha256_deploy_job_analyze_network_yml = "d0a0b3d80571e7df633aaa8fffb91d77ddf39818eee1a0af03d8775b022b8a61"

const File_deploy_job_analyze_network_yml = `apiVersion: batch/v1
kind: Job
Expand Down Expand Up @@ -5291,6 +5291,7 @@ spec:
- -c
- "cd /root/node_modules/noobaa-core/; node ./src/tools/diagnostics/analyze_network.js"
restartPolicy: Never
serviceAccountName: noobaa
`

const Sha256_deploy_job_analyze_resource_yml = "c80810baeda94fd9dd97a6c62241be5c582e08009bdbb1f2a13992c99d90ea33"
Expand Down

0 comments on commit f3e3ac0

Please sign in to comment.