Skip to content

Commit

Permalink
Add critical part-of label (argoproj#7642)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni authored Nov 29, 2021
1 parent b405083 commit d346fce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/operator-manual/user-management/onelogin.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-cm
namespace: argocd
labels:
app.kubernetes.io/part-of: argocd
data:
url: https://<argocd.myproject.com>
oidc.config: |
Expand Down Expand Up @@ -143,6 +146,8 @@ kind: ConfigMap
metadata:
name: argocd-rbac-cm
namespace: argocd
labels:
app.kubernetes.io/part-of: argocd
data:
policy.default: role:readonly
policy.csv: |
Expand Down

0 comments on commit d346fce

Please sign in to comment.