We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, when using private registry, we have to change the whole configuration of traefik init containers in values file.
traefik: deployment: # Installing local plugins by init containers initContainers: - name: copy-plugins image: ghcr.io/cosmo-workspace/cosmo-traefik-plugins:latest # <----- here imagePullPolicy: IfNotPresent command: ["sh", "-c", "cp -r /plugins-local/* /local-plugins/"] volumeMounts: - name: local-plugins mountPath: /local-plugins
Bundle cosmo-traefik-plugins into controller manager and download it in the cluster.
The text was updated successfully, but these errors were encountered:
Merge pull request #836 from jlandowner/#835
5d945ad
Successfully merging a pull request may close this issue.
Currently, when using private registry, we have to change the whole configuration of traefik init containers in values file.
Bundle cosmo-traefik-plugins into controller manager and download it in the cluster.
The text was updated successfully, but these errors were encountered: