Skip to content

Multiple controllers, multiple namespaces #1478

Answered by extravio
raznikk asked this question in Questions
Discussion options

You must be logged in to vote

I think you'll need to specify different names for the release and the webhook by specifying fullnameOverride and githubWebhookServer.fullnameOverride.
example:

 helm upgrade --install \
              --namespace $(Namespace) \
              --create-namespace \
              --set scope.singleNamespace=true \
              --set authSecret.create=true \
              --set authSecret.github_token=$GITHUB_TOKEN \
              --set fullnameOverride=$(Name) \
              --set githubWebhookServer.fullnameOverride=$(WebhookName) \
              --wait $(Name) actions-runner-controller/actions-runner-controller

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@raznikk
Comment options

Answer selected by raznikk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants