Skip to content

Commit

Permalink
[patch] updates for custom labels
Browse files Browse the repository at this point in the history
  • Loading branch information
racree committed May 13, 2024
1 parent 6c40d7b commit 66d189d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ sm:

{%- if CUSTOM_LABELS is defined and CUSTOM_LABELS !='' %}
custom_labels:
{{ CUSTOM_LABELS | indent(2) }}
{{ CUSTOM_LABELS | indent(2) }}
{%- endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ region:
cluster:
id: {{ CLUSTER_ID }}
url: {{ CLUSTER_URL }}
{%- if CUSTOM_LABELS is defined and CUSTOM_LABELS !='' %}
custom_labels:
{{ CUSTOM_LABELS | indent(2) }}
{%- endif %}

sm:
aws_access_key_id: "<path:{{ SECRETS_PATH }}:{{ACCOUNT_ID}}/{{CLUSTER_ID}}/aws#sm_aws_access_key_id>"
aws_secret_access_key: "<path:{{ SECRETS_PATH }}:{{ACCOUNT_ID}}/{{CLUSTER_ID}}/aws#sm_aws_secret_access_key>"

notifications:
slack_channel_id: {{ SLACK_CHANNEL_ID }}

{%- if CUSTOM_LABELS is defined and CUSTOM_LABELS !='' %}
custom_labels:
{{ CUSTOM_LABELS | indent(2) }}
{%- endif %}

0 comments on commit 66d189d

Please sign in to comment.