From a30d40c633e88b7ba505b35ef199258404df2f3e Mon Sep 17 00:00:00 2001 From: Matthias Erll Date: Thu, 25 Jun 2026 18:14:24 +0200 Subject: [PATCH] chore: remove unused variables from chart --- chart/apl/templates/deployment.yaml | 5 ----- chart/apl/values.yaml | 4 ---- 2 files changed, 9 deletions(-) diff --git a/chart/apl/templates/deployment.yaml b/chart/apl/templates/deployment.yaml index 27545924b3..a1c90b732f 100644 --- a/chart/apl/templates/deployment.yaml +++ b/chart/apl/templates/deployment.yaml @@ -67,11 +67,6 @@ spec: value: /home/app/stack/env - name: VALUES_INPUT value: /secret/values.yaml - # Git configuration for operator (will be set after installation) - - name: GIT_ORG - value: {{ .Values.operator.gitOrg | default "apl" | quote }} - - name: GIT_REPO - value: {{ .Values.operator.gitRepo | default "values" | quote }} - name: POLL_INTERVAL_MS value: {{ .Values.operator.pollIntervalMs | default "30000" | quote }} - name: RECONCILE_INTERVAL_MS diff --git a/chart/apl/values.yaml b/chart/apl/values.yaml index 9ec9beee63..49c8f02bc1 100644 --- a/chart/apl/values.yaml +++ b/chart/apl/values.yaml @@ -140,10 +140,6 @@ serviceAccount: ## APL Operator configuration operator: - # Git organization/user name (will be configured during installation) - gitOrg: "otomi" - # Git repository name (will be configured during installation) - gitRepo: "values" # Polling interval for git changes (milliseconds) pollIntervalMs: 1000 # Reconcile interval for applying changes (milliseconds)