Skip to content

Commit 0b034c3

Browse files
committed
QAG-30: CircleCI & Silta documentation updates
1 parent 886660c commit 0b034c3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version: 2.1
22

33
orbs:
4+
# Include the Silta orb.
5+
# @see https://circleci.com/developer/orbs/orb/silta/silta
46
silta: silta/silta@1
57

68
executors:

silta/silta-prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Override the default values of Wunder's Drupal Helm chart and silta.yml.
2+
# @see: https://github.com/wunderio/charts/blob/master/drupal/values.yaml
13

24
# Enable autoscaling for production.
35
autoscaling:

silta/silta.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

2-
# Values in this file override the default values of our helm chart.
3-
#
4-
# See https://github.com/wunderio/charts/blob/master/drupal/values.yaml
5-
# for all possible options.
2+
# Override the default values of Wunder's Drupal Helm chart.
3+
# @see: https://github.com/wunderio/charts/blob/master/drupal/values.yaml
64

75
php:
86
drupalCoreVersion: "10"

0 commit comments

Comments
 (0)