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:
2026-09-05 14:42:17 -07:00
parent 74d587ca1b
commit 19cf9277d9
+1
View File
@@ -6,6 +6,7 @@ kind: Kustomization
# already fixed once in k8s/infra/minio and k8s/infra/iam. Every resource
# here sets its own explicit metadata.namespace.
resources:
- admin-oidc-binding.yaml
- grafana-operator-role.yaml
- minio-operator-role.yaml
- forgejo-operator-role.yaml