-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from lalithkota/1.3.0
1.3.0 version created
- Loading branch information
Showing
8 changed files
with
9 additions
and
55 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
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 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 |
---|---|---|
@@ -1,47 +0,0 @@ | ||
questions: | ||
- variable: kafka.enabled | ||
description: This installs Kafka along with the current reporting | ||
type: boolean | ||
label: Install Kafka? | ||
|
||
- variable: kafkaUi.enabled | ||
description: This installs Kafka UI along with Kafka | ||
type: boolean | ||
label: Install Kafka UI? | ||
show_if: "kafka.enabled=true" | ||
|
||
- variable: opensearch.enabled | ||
description: This installs OpenSearch along with the current reporting | ||
type: boolean | ||
label: Install OpenSearch? | ||
|
||
# Kafka | ||
- variable: kafkaUi.hostname | ||
description: Hostname with which Kafka UI should be accessible | ||
type: string | ||
label: Kafka UI Hostname | ||
group: Kafka Settings | ||
show_if: "kafka.enabled=true&&kafkaUi.enabled=true" | ||
|
||
- variable: global.keycloakBaseUrl | ||
description: Required for Authentication. | ||
type: string | ||
label: Keycloak Base URL | ||
group: Kafka Settings | ||
show_if: "kafka.enabled=true&&kafkaUi.enabled=true" | ||
|
||
- variable: kafkaUi.oidcClientId | ||
description: OIDC Client ID for Kafka UI login | ||
type: string | ||
label: OIDC Client ID | ||
group: Kafka Settings | ||
show_if: "kafka.enabled=true&&kafkaUi.enabled=true" | ||
|
||
- variable: kafkaUi.oidcClientSecret | ||
description: OIDC Client Secret for Kafka UI login | ||
type: string | ||
label: OIDC Client Secret | ||
group: Kafka Settings | ||
show_if: "kafka.enabled=true&&kafkaUi.enabled=true" | ||
|
||
# TODO: OpenSearch Settings | ||
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# OpenG2P Reporting Init Shell Tools | ||
|
||
This docker contains the following tools: | ||
|
||
`bash`, `kubectl`, `helm`, `curl`, `git`, `jq`, `yq`, `envsubst`, `vim`. |