UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nifi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Currently supported Big Bang Version is 2.51
Show more breadcrumbs
Big Bang
Universe
Community
nifi
Merge requests
!8
fix: remote -t option from timeout command, not supported
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
fix: remote -t option from timeout command, not supported
sidt-950-th
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Tim Hutchens
requested to merge
sidt-950-th
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (HEAD)
and
latest version
latest version
41439b69
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
chart/templates/statefulset.yaml
+
1
−
1
Options
@@ -95,7 +95,7 @@ spec:
-
-c
-
|
CA_ADDRESS="{{ template "ca.server" . }}:{{ .Values.ca.service.port }}"
until echo "" | timeout
-t
2 openssl s_client -connect "${CA_ADDRESS}"; do
until echo "" | timeout 2 openssl s_client -connect "${CA_ADDRESS}"; do
# Checking if ca server using nifi-toolkit is up
echo "Waiting for CA to be available at ${CA_ADDRESS}"
sleep 2
Loading