forked from k-space/kube
		
	update passmower config
This commit is contained in:
		| @@ -15,6 +15,8 @@ passmower: | |||||||
|   github_organization: "codemowers" |   github_organization: "codemowers" | ||||||
|   # Allow enrolling new users automatically. Actual access will be based on required_group parameter. Disable to only manually provision users. |   # Allow enrolling new users automatically. Actual access will be based on required_group parameter. Disable to only manually provision users. | ||||||
|   enroll_users: false |   enroll_users: false | ||||||
|  |   # Disable making changes to users on their profile or via admin panel - use for enforcing GitOps practices via OIDCUser spec. | ||||||
|  |   disable_frontend_edit: true | ||||||
|   # Comma-separated, wildcard enabled namespace selector to select, in which namespaces Passmower looks for client CRDs. |   # Comma-separated, wildcard enabled namespace selector to select, in which namespaces Passmower looks for client CRDs. | ||||||
|   namespace_selector: "*" |   namespace_selector: "*" | ||||||
|   # Domain which will be preferred for determining primary emails. |   # Domain which will be preferred for determining primary emails. | ||||||
| @@ -40,6 +42,9 @@ passmower: | |||||||
|     terms_of_service: |     terms_of_service: | ||||||
|       configMapRef: |       configMapRef: | ||||||
|         name: passmower-tos |         name: passmower-tos | ||||||
|  |     disable_frontend_edit: | ||||||
|  |         content: "Edit users via [the members repo](https://git.k-space.ee/k-space/members). The repository is automatically synced to cluster via [ArgoCD](https://argocd.k-space.ee/applications/argocd/members?view=tree&resource=)" | ||||||
|  |  | ||||||
|  |  | ||||||
| redis: | redis: | ||||||
|   # Requires the Codemowers redis-operator to be installed: https://github.com/codemowers/operatorlib/tree/main/samples/redis-operator |   # Requires the Codemowers redis-operator to be installed: https://github.com/codemowers/operatorlib/tree/main/samples/redis-operator | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user