jfrog / jfrog-registry-operator

Enhancing AWS Security: JFrog's Seamless Integration and the Power of AssumeRole
https://jfrog.com
Apache License 2.0
21 stars 7 forks source link

Update helm installation command to create namespace as part of default installation #17

Closed oumkale closed 7 months ago

oumkale commented 7 months ago

Need to update helm installation command to create namespace as part of default installation,

Update --namespace ${NAMESPACE} --create-namespace in

helm upgrade --install secretrotator jfrog/jfrog-registry-operator --set "serviceAccount.name=${SERVICE_ACCOUNT_NAME}" --set serviceAccount.annotations=${ANNOTATIONS}  -n ${NAMESPACE}
oumkale commented 7 months ago

This issue has been fixed in PR : https://github.com/jfrog/jfrog-registry-operator/pull/18