Skip to content

Commit

Permalink
remove openshift supplemental values file
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyadarshini Piramanayagam committed Jan 8, 2025
1 parent 16a0286 commit 382cd6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
6 changes: 3 additions & 3 deletions getting-started/templates/GCP/gcp-supplemental-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ dashboardhost:
type: "postgres"
## The database user (not applicable for sqlite3).
##
user: <username> # <ATTENTION> - Enter the PostgreSQL username for the dashboardhost database
user: $__file{/etc/secrets/dashboardhost/user}
## The database user’s password (not applicable for sqlite3). If the password contains # or ; you have to wrap it with triple quotes. For example """#password;""".
##
password: <password> # <ATTENTION> - Enter the PostgreSQL password for the dashboardhost database
password: $__file{/etc/secrets/dashboardhost/password}
## Only applicable to MySQL or Postgres. Includes IP or host name and port or in case of Unix sockets the path to it.
## For example, for MySQL running on the same host as Grafana: host = 127.0.0.1:3306 or with Unix sockets: host = /var/run/mysqld/mysqld.sock.
##
Expand All @@ -225,7 +225,7 @@ dashboardhost:
## url: postgres://dashboardhost:[email protected]:5432/grafana
## For PostgresSQL, use either disable, require or verify-full. For MySQL, use either true, false, or skip-verify.
##
ssl_mode: "disable"
ssl_mode: "require"

serviceAccount:
## @param serviceAccount.annotations Annotations to add to the service account
Expand Down

This file was deleted.

0 comments on commit 382cd6a

Please sign in to comment.