Skip to content

Commit 213a4da

Browse files
committed
fix helmfile parsing error for default env
1 parent 7533222 commit 213a4da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

applications/wg-easy/helmfile.yaml.gotmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ helmDefaults:
99
environments:
1010
default:
1111
values:
12+
- username: "[email protected]"
13+
- password: '{{env "REPLICATED_LICENSE_ID"}}'
1214
- chartSources:
1315
certManager: ./charts/cert-manager
1416
certManagerIssuers: ./charts/cert-manager-issuers

0 commit comments

Comments
 (0)