mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
fix(docs): update home in chart.yaml (#1864)
* fix(docs): update home in chart.yaml Signed-off-by: sandert-k8s <sandert98@gmail.com> * fix: linter Signed-off-by: sandert-k8s <sandert98@gmail.com> --------- Signed-off-by: sandert-k8s <sandert98@gmail.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
type: application
|
type: application
|
||||||
description: A Helm chart to deploy the Capsule Operator for easily implementing,
|
description: A Helm chart to deploy the Capsule Operator for easily implementing,
|
||||||
managing, and maintaining mutitenancy and access control in Kubernetes.
|
managing, and maintaining multitenancy and access control in Kubernetes.
|
||||||
home: https://github.com/projectcapsule/capsule
|
home: https://projectcapsule.dev/
|
||||||
icon: https://github.com/projectcapsule/capsule/raw/main/assets/logo/capsule_small.png
|
icon: https://github.com/projectcapsule/capsule/raw/main/assets/logo/capsule_small.png
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: capsule-proxy
|
- name: capsule-proxy
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ func (o NamespacesReference) Field() string {
|
|||||||
return ".status.namespaces"
|
return ".status.namespaces"
|
||||||
}
|
}
|
||||||
|
|
||||||
//nolint:forcetypeassert
|
|
||||||
func (o NamespacesReference) Func() client.IndexerFunc {
|
func (o NamespacesReference) Func() client.IndexerFunc {
|
||||||
return func(object client.Object) []string {
|
return func(object client.Object) []string {
|
||||||
t, ok := object.(*capsulev1beta2.Tenant)
|
t, ok := object.(*capsulev1beta2.Tenant)
|
||||||
|
|||||||
Reference in New Issue
Block a user