From 9129166fa999374f437b7e9a7a968de2b5ae9b2d Mon Sep 17 00:00:00 2001 From: inductor Date: Thu, 2 Jun 2022 05:44:25 +0900 Subject: [PATCH] Add security option in grafana --- .../app-of-other-apps/prometheus-operator.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/prometheus-operator.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/prometheus-operator.yaml index fbe961da9..f8401d974 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/prometheus-operator.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/prometheus-operator.yaml @@ -65,6 +65,10 @@ spec: token_url: https://github.com/login/oauth/access_token api_url: https://api.github.com/user allowed_organizations: GiganticMinecraft + security: + disable_initial_admin_creation: true + admin_user: inductor + cookie_secure: true deploymentStrategy: type: Recreate envFromSecret: "grafana-github-oauth-app-secret"