chart: Restricting the RBAC rules on secrets (#2265)
Co-authored-by: Waldek Herka <[email protected]> Co-authored-by: Yusuke Kuoka <[email protected]>
This commit is contained in:
co-authored by
Waldek Herka
Yusuke Kuoka
parent
362fa5d52e
commit
13802c5a6d
@@ -61,6 +61,9 @@ if [ "${tool}" == "helm" ]; then
|
||||
flags+=( --set githubWebhookServer.imagePullSecrets[0].name=${IMAGE_PULL_SECRET})
|
||||
flags+=( --set actionsMetricsServer.imagePullSecrets[0].name=${IMAGE_PULL_SECRET})
|
||||
fi
|
||||
if [ "${WATCH_NAMESPACE}" != "" ]; then
|
||||
flags+=( --set watchNamespace=${WATCH_NAMESPACE} --set singleNamespace=true)
|
||||
fi
|
||||
if [ "${CHART_VERSION}" != "" ]; then
|
||||
flags+=( --version ${CHART_VERSION})
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user