From 04c10e505ee869164428a02d1bfd913526340b12 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 3 May 2023 10:09:43 +0200 Subject: [PATCH] fix(multiple): fix some invalid questions.yaml (#8718) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/incubator/ghost/questions.yaml | 12 ++++++------ charts/incubator/technitium/questions.yaml | 12 ++++++------ .../incubator/traefik-forward-auth/questions.yaml | 14 +++++++------- charts/stable/grist/questions.yaml | 2 +- charts/stable/synapse/questions.yaml | 12 ++++++------ 5 files changed, 26 insertions(+), 26 deletions(-) diff --git a/charts/incubator/ghost/questions.yaml b/charts/incubator/ghost/questions.yaml index 2c5c728f934..4b9eec1f723 100644 --- a/charts/incubator/ghost/questions.yaml +++ b/charts/incubator/ghost/questions.yaml @@ -274,12 +274,12 @@ questions: schema: type: int default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 # Include{securityContextContainer} # Include{securityContextAdvanced} # Include{securityContextPod} diff --git a/charts/incubator/technitium/questions.yaml b/charts/incubator/technitium/questions.yaml index 7a1ee3e2f18..077a75cd10c 100644 --- a/charts/incubator/technitium/questions.yaml +++ b/charts/incubator/technitium/questions.yaml @@ -321,12 +321,12 @@ questions: schema: type: int default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 # Include{securityContextContainer} # Include{securityContextAdvanced} # Include{securityContextPod} diff --git a/charts/incubator/traefik-forward-auth/questions.yaml b/charts/incubator/traefik-forward-auth/questions.yaml index 27ef37b1059..8b7dcaa47eb 100644 --- a/charts/incubator/traefik-forward-auth/questions.yaml +++ b/charts/incubator/traefik-forward-auth/questions.yaml @@ -385,19 +385,19 @@ questions: type: boolean default: true # Include{securityContextAdvanced} -# Include{podSecurityContextRoot} +# Include{securityContextRoot} - variable: runAsUser label: "runAsUser" description: "The UserID of the user running the application" schema: type: int default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 # Include{securityContextContainer} # Include{securityContextAdvanced} # Include{securityContextPod} diff --git a/charts/stable/grist/questions.yaml b/charts/stable/grist/questions.yaml index f418bbf4ec6..00ccbc73797 100644 --- a/charts/stable/grist/questions.yaml +++ b/charts/stable/grist/questions.yaml @@ -295,7 +295,7 @@ questions: # Include{ingressTraefik} # Include{ingressList} -# Include{podSecurityContextRoot} +# Include{securityContextRoot} - variable: runAsUser label: runAsUser description: The UserID of the user running the application diff --git a/charts/stable/synapse/questions.yaml b/charts/stable/synapse/questions.yaml index 6459b2925ef..75effbb6009 100644 --- a/charts/stable/synapse/questions.yaml +++ b/charts/stable/synapse/questions.yaml @@ -455,12 +455,12 @@ questions: schema: type: int default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: "The groupID this App of the user running the application" - schema: - type: int - default: 568 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 568 # Include{securityContextContainer} # Include{securityContextAdvanced} # Include{securityContextPod}