-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into EVEREST-1350-ui-display-ip-address-with-netm…
…ask-same-as-backend
- Loading branch information
Showing
8 changed files
with
232 additions
and
78 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
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Copy this file to .env in dev/ directory and set the values as needed. | ||
|
||
# Path to Everest server operator source code directory. | ||
# Hint: <path to github.com/percona/everest-operator repository directory> | ||
# Mandatory. | ||
EVEREST_OPERATOR_DIR= | ||
|
||
# Path to Everest helm charts source code directory. | ||
# Hint: <path to github.com/percona/percona-helm-charts repository directory>/charts/everest | ||
# Mandatory. | ||
EVEREST_CHART_DIR= | ||
|
||
# PXC operator version for deploying into Everest DB namespaces. | ||
# Optional, default: 1.16.1 | ||
#PXC_OPERATOR_VERSION=1.16.1 | ||
|
||
# PSMDB operator version for deploying into Everest DB namespaces. | ||
# Optional, default: 1.19.1 | ||
#PSMDB_OPERATOR_VERSION=1.19.1 | ||
|
||
# PG operator version for deploying into Everest DB namespaces. | ||
# Optional, default: 2.5.0 | ||
#PG_OPERATOR_VERSION=2.5.0 | ||
|
||
# Enable building debug image for Everest server. | ||
# Optional, default: false | ||
#EVEREST_DEBUG=true | ||
|
||
# Enable building debug image for Everest operator. | ||
# Optional, default: false | ||
#EVEREST_OPERATOR_DEBUG=true |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.env | ||
config.yaml |
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.