-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove openshift supplemental values file
- Loading branch information
Priyadarshini Piramanayagam
committed
Jan 8, 2025
1 parent
16a0286
commit 382cd6a
Showing
2 changed files
with
3 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
## | ||
|
@@ -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 | ||
|
16 changes: 0 additions & 16 deletions
16
getting-started/templates/OpenShift/openshift_supplemental_values.yaml
This file was deleted.
Oops, something went wrong.