You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to install Jenkins using Helm Chart version 4.7.2 ...I am using values.yaml for the installation ... now the query is if I need to run a script inside the main container like below ..how I can achieve this... in values.yaml file I couldn't find that section ...
`spec:
containers:
args:
....
....
command:
/jenkins-startup/startup.sh
env:
.
.
.
.
. `
looks like we don’t have any options to call the shell script from the inside main container ..only option is to call from inside customInitContainer only .. then the query is how to run any command from inside the main container ?
is there any other alternative to achieve this ?
Version of Helm and Kubernetes
- Helm: 4.7.2
- Kubernetes: 2.414.2-jdk11
Chart version
4.7.2
What happened?
I was trying to install Jenkins using Helm Chart version 4.7.2 ...I am using values.yaml forthe installation ... now the query is if I need to run a script inside the main container like below ..how I can achieve this...in values.yaml file I couldn't find that section ...`spec:containers:args:........command:/jenkins-startup/startup.shenv:..... `
What you expected to happen?
if I need to run a script inside the main container like below ..how I can achieve this... in values.yaml file
How to reproduce it
No response
Anything else we need to know?
no
The text was updated successfully, but these errors were encountered:
Describe the bug
I was trying to install Jenkins using Helm Chart version 4.7.2 ...I am using values.yaml for the installation ... now the query is if I need to run a script inside the main container like below ..how I can achieve this... in values.yaml file I couldn't find that section ...
`spec:
containers:
args:
....
....
command:
/jenkins-startup/startup.sh
env:
.
.
.
.
. `
looks like we don’t have any options to call the shell script from the inside main container ..only option is to call from inside customInitContainer only .. then the query is how to run any command from inside the main container ?
is there any other alternative to achieve this ?
Version of Helm and Kubernetes
Chart version
4.7.2
What happened?
What you expected to happen?
if I need to run a script inside the main container like below ..how I can achieve this... in values.yaml file
How to reproduce it
No response
Anything else we need to know?
no
The text was updated successfully, but these errors were encountered: