chore(argo-cd): Move Argo UI extension resource to argocd-apps (#1550)
* Move extensions to argocd-apps chart * Simplify extension rbac * Bump minor version Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
7c3276f44d
commit
17e601148f
7 changed files with 12 additions and 65 deletions
|
|
@ -1713,11 +1713,14 @@ server:
|
|||
# name: custom-tools
|
||||
# subPath: helm
|
||||
|
||||
## Argo UI extensions
|
||||
## This function in tech preview stage, do expect unstability or breaking changes in newer versions.
|
||||
## Ref: https://github.com/argoproj-labs/argocd-extensions
|
||||
extensions:
|
||||
# -- Enable support for extensions
|
||||
## This function in tech preview stage, do expect unstability or breaking changes in newer versions. Bump image.tag if necessary.
|
||||
# -- Enable support for Argo UI extensions
|
||||
enabled: false
|
||||
|
||||
## Argo UI extensions image
|
||||
image:
|
||||
# -- Repository to use for extensions image
|
||||
repository: "ghcr.io/argoproj-labs/argocd-extensions"
|
||||
|
|
@ -1735,11 +1738,6 @@ server:
|
|||
# cpu: 10m
|
||||
# memory: 64Mi
|
||||
|
||||
# -- Extensions to be loaded into the server
|
||||
contents: []
|
||||
# - name: argo-rollouts
|
||||
# url: https://github.com/argoproj-labs/rollout-extension/releases/download/v0.1.0/extension.tar
|
||||
|
||||
## Repo Server
|
||||
repoServer:
|
||||
# -- Repo server name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue