Update createServiceAccount.sh
All checks were successful
Build docker container / Build image (push) Successful in 15s
All checks were successful
Build docker container / Build image (push) Successful in 15s
This commit is contained in:
parent
c39ca0acf7
commit
33862de7b6
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
NAMESPACE=$(yq e '.namespace' values.yaml)
|
||||
NAMESPACE=$(yq e '.chart_template.namespace' values.yaml)
|
||||
SA_NAME="${NAMESPACE}-cicd"
|
||||
|
||||
helm dependency build .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user