UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
C
Confluent
Confluent Component Operator
cp-init-container-operator-6.1.1
Commits
36184977
Commit
36184977
authored
Aug 24, 2021
by
riveraj
Browse files
Merge branch 'development' into 'master'
Merge Development to Master See merge request
!27
parents
69abdda1
ef8f5a17
Pipeline
#440583
passed with stages
in 13 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/startup.sh
scripts/startup.sh
+1
-1
No files found.
scripts/startup.sh
View file @
36184977
...
...
@@ -10,7 +10,7 @@ fi
pod_name
=
${
POD_NAME
}
id
=
${
pod_name
##*-
}
;
component_name
=
${
POD_NAME
%-*
}
./buil
if
[
-e
"/mnt/config/pod/
${
component_name
}
/template.jsonnet"
]
;
then
cat
< /mnt/config/pod/
"
${
component_name
}
"
/template.jsonnet |
base64
-d
>
/opt/template.jsonnet
/usr/local/bin/jsonnet /opt/template.jsonnet
--ext-str
id
=
"
${
id
}
"
-o
/opt/
"
${
component_name
}
"
.json
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment