Skip to content

Commit 1fd61b8

Browse files
committed
ci: add Helm unittest plugin integration
- Install helm unittest plugin in CI workflow - Configure dynamic secret name for eoapi-notifier - Update test values to use empty secret name for dynamic assignment
1 parent c804a2d commit 1fd61b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/eoapi/test-k3s-unittest-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ eoapi-notifier:
6262
channel: pgstac_items_change
6363
connection:
6464
existingSecret:
65-
name: "eoapi-test-pguser-eoapi"
65+
name: ""
6666
keys:
6767
username: "user"
6868
password: "password"

0 commit comments

Comments
 (0)