Skip to content

Commit

Permalink
fix(plausible): migrate questions.yaml to new common chart layout
Browse files Browse the repository at this point in the history
  • Loading branch information
schnerring committed Aug 8, 2023
1 parent 6c97040 commit 5a5dfdd
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions charts/incubator/plausible/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,11 @@ questions:
description: warn
- value: error
description: error

# Include{containerConfig}
# Include{podOptions}
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceMain}
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
Expand Down Expand Up @@ -275,12 +271,12 @@ questions:
schema:
type: int
default: 1000
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 1000
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 1000
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
Expand Down

0 comments on commit 5a5dfdd

Please sign in to comment.