Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit ff19dd3

Browse files
committed
fixing kubeconfig retrievel for workload clusters
1 parent 35834ab commit ff19dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/helmchartproxies/mgmt-argocd-workflows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
resources: ["vsphereclusters", "azureclusters", "dockerclusters"]
4545
verbs: ["get", "list", "watch"]
4646
- apiGroups: [""]
47-
resources: ["secrets, configmaps"]
47+
resources: ["secrets", "configmaps"]
4848
verbs: ["get", "list", "watch"]
4949
- apiVersion: rbac.authorization.k8s.io/v1
5050
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)