- Bug https://github.com/argoproj/argo-cd/issues/16580
- The user cannot load Helm chart parameters in the History & Rollback section.
Solutions:
- Grant the user permission to read repositories at the root level
policy.csv: |
g, tiennt, dev
p, dev, repositories, get, *, allow
- Configure repositories in AppProject if each team uses a separate project ( unverified )
apiVersion: v1
kind: Secret
metadata:
name: repo-myapp
namespace: argocd
labels:
argocd.argoproj.io/secret-type: repository
type: Opaque
stringData:
project: my-project # project-scoped repo (optional)
url: https://git.example.com/team/myapp-configs.git
username: ***
password: ***