Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
whummer committed Dec 8, 2020
1 parent c6e04cd commit 81c1c82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Release Helm Chart

on:
on:
push:
paths:
- 'chart/**'
branches:
- master
- main

jobs:
release:
Expand All @@ -31,4 +31,4 @@ jobs:
with:
charts_dir: chart
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
5 changes: 2 additions & 3 deletions chart/localstack/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Default values for localstack.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# Default values for LocalStack
# Declare variables to be passed into your templates

replicaCount: 1

Expand Down

0 comments on commit 81c1c82

Please sign in to comment.