Skip to content

Commit

Permalink
Merge pull request #44 from lalithkota/main
Browse files Browse the repository at this point in the history
Helm Charts: questions.yaml fixed enabled false flags
  • Loading branch information
lalithkota authored Jun 24, 2024
2 parents 57a8ae2 + 36c9663 commit 87892a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/esignet/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ questions:
directly supplied here.
type: multiline
label: Spring Config application properties.
show_if: "springConfig.gitRepo.enabled!=true"
show_if: "springConfig.gitRepo.enabled=false"

# Mock Identity Settings
- variable: mock-identity-system.enabled
Expand Down Expand Up @@ -111,4 +111,4 @@ questions:
type: yamlfile
label: Spring Config application properties.
group: Mock Identity System Settings
show_if: "mock-identity-system.springConfig.gitRepo.enabled!=true"
show_if: "mock-identity-system.springConfig.gitRepo.enabled=false"
2 changes: 1 addition & 1 deletion charts/keymanager/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ questions:
directly supplied here.
type: yamlfile
label: Spring Config application properties.
show_if: "springConfig.gitRepo.enabled!=true"
show_if: "springConfig.gitRepo.enabled=false"

- variable: envVars.auth_server_admin_allowed_audience
description: |-
Expand Down
2 changes: 1 addition & 1 deletion charts/mock-identity-system/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ questions:
directly supplied here.
type: yamlfile
label: Spring Config application properties.
show_if: "springConfig.gitRepo.enabled!=true"
show_if: "springConfig.gitRepo.enabled=false"

0 comments on commit 87892a5

Please sign in to comment.