From 0b034c3451d476ca2245afbb5e31da4e6cf421c7 Mon Sep 17 00:00:00 2001 From: Tormi Tabor Date: Fri, 6 Dec 2024 22:02:23 +0200 Subject: [PATCH] QAG-30: CircleCI & Silta documentation updates --- .circleci/config.yml | 2 ++ silta/silta-prod.yml | 2 ++ silta/silta.yml | 6 ++---- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1f58a58..cd8a12e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,8 @@ version: 2.1 orbs: + # Include the Silta orb. + # @see https://circleci.com/developer/orbs/orb/silta/silta silta: silta/silta@1 executors: diff --git a/silta/silta-prod.yml b/silta/silta-prod.yml index b2f0d86..455f5d3 100644 --- a/silta/silta-prod.yml +++ b/silta/silta-prod.yml @@ -1,3 +1,5 @@ +# Override the default values of Wunder's Drupal Helm chart and silta.yml. +# @see: https://github.com/wunderio/charts/blob/master/drupal/values.yaml # Enable autoscaling for production. autoscaling: diff --git a/silta/silta.yml b/silta/silta.yml index 37cbb9b..3955065 100644 --- a/silta/silta.yml +++ b/silta/silta.yml @@ -1,8 +1,6 @@ -# Values in this file override the default values of our helm chart. -# -# See https://github.com/wunderio/charts/blob/master/drupal/values.yaml -# for all possible options. +# Override the default values of Wunder's Drupal Helm chart. +# @see: https://github.com/wunderio/charts/blob/master/drupal/values.yaml php: drupalCoreVersion: "10"