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
Compare Revisions
69abdda1a30e3c64b0e752202088f3cd3892ebd6...361849771beba4a6335968033e5171396fb14be3
Commits (3)
typo
· 3c7ddc18
Scott Stroud
authored
Aug 23, 2021
3c7ddc18
Merge branch 'scottstroud-development-patch-87000' into 'development'
· ef8f5a17
alexander.klepal
authored
Aug 23, 2021
typo See merge request
!26
ef8f5a17
Merge branch 'development' into 'master'
· 36184977
riveraj
authored
Aug 24, 2021
Merge Development to Master See merge request
!27
36184977
Show 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
...
@@ -10,7 +10,7 @@ fi
pod_name
=
${
POD_NAME
}
pod_name
=
${
POD_NAME
}
id
=
${
pod_name
##*-
}
;
id
=
${
pod_name
##*-
}
;
component_name
=
${
POD_NAME
%-*
}
component_name
=
${
POD_NAME
%-*
}
./buil
if
[
-e
"/mnt/config/pod/
${
component_name
}
/template.jsonnet"
]
;
then
if
[
-e
"/mnt/config/pod/
${
component_name
}
/template.jsonnet"
]
;
then
cat
< /mnt/config/pod/
"
${
component_name
}
"
/template.jsonnet |
base64
-d
>
/opt/template.jsonnet
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
/usr/local/bin/jsonnet /opt/template.jsonnet
--ext-str
id
=
"
${
id
}
"
-o
/opt/
"
${
component_name
}
"
.json
...
...