Skip to content

Commit fbe55ca

Browse files
committed
fix disable secret creations per app
1 parent cfb3620 commit fbe55ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.3-rc.1
1+
0.1.3-rc.2

helm-charts/kuberoapp/templates/secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ if eq .Values.deploymentstrategy "git" }}
1+
{{ if eq .Values.deploymentstrategy "git-disabled" }}
22
## DEPRECATED: This file is deprecated and will be removed in a future release.
33
## Credentials are configured now only once per pipeline
44
## This file is kept here for backward compatibility >= v2.3

0 commit comments

Comments
 (0)