fix: add admin-oidc-binding to kustomization resources
- admin-oidc-binding.yaml wasn't listed in resources - Now kustomize will include it when building manifests - ArgoCD can sync the OIDC group binding
This commit is contained in:
@@ -6,6 +6,7 @@ kind: Kustomization
|
|||||||
# already fixed once in k8s/infra/minio and k8s/infra/iam. Every resource
|
# already fixed once in k8s/infra/minio and k8s/infra/iam. Every resource
|
||||||
# here sets its own explicit metadata.namespace.
|
# here sets its own explicit metadata.namespace.
|
||||||
resources:
|
resources:
|
||||||
|
- admin-oidc-binding.yaml
|
||||||
- grafana-operator-role.yaml
|
- grafana-operator-role.yaml
|
||||||
- minio-operator-role.yaml
|
- minio-operator-role.yaml
|
||||||
- forgejo-operator-role.yaml
|
- forgejo-operator-role.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user