mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
[bitnami/grafana-operator] Replace adminUser and adminPassword with config.security.admin_* (#5661)
* Replace grafana-operator adminUser and adminPassword * Fix table size in README.md * Fix wrong link
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#https://raw.githubusercontent.com/integr8ly/grafana-operator/v3.9.0/deploy/crds/GrafanaDashboard.yaml
|
||||
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#https://raw.githubusercontent.com/integr8ly/grafana-operator/v3.9.0/deploy/crds/GrafanaDataSource.yaml
|
||||
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# https://raw.githubusercontent.com/integr8ly/grafana-operator/v3.9.0/deploy/crds/Grafana.yaml
|
||||
|
||||
---
|
||||
apiVersion: apiextensions.k8s.io/v1beta1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
@@ -82,6 +85,9 @@ spec:
|
||||
service:
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
description: Override default service name
|
||||
ports:
|
||||
type: array
|
||||
description: Override default ports
|
||||
@@ -127,6 +133,9 @@ spec:
|
||||
serviceAccount:
|
||||
type: object
|
||||
properties:
|
||||
skip:
|
||||
type: boolean
|
||||
description: Disable ServiceAccount creation for grafana
|
||||
annotations:
|
||||
type: object
|
||||
description: Additional annotations for the serviceaccount
|
||||
|
||||
Reference in New Issue
Block a user