Skip to content

Commit 0b90587

Browse files
authored
Merge pull request #55 from superstreamlabs/fix_skip_auth
Fix skip auth
2 parents 57061ba + 7230fd1 commit 0b90587

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

helmfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ releases:
186186
- superstream:
187187
environment: {{ .Values.name }}
188188
ha: {{ .Values.haDeployment }}
189+
skipLocalAuthentication: {{ .Values.skipLocalAuthentication }}
189190
- dataPlane:
190191
secret:
191192
activationToken: {{ .Values.activationToken }}

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.5.1

0 commit comments

Comments
 (0)