We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86fb337 commit eeee399Copy full SHA for eeee399
.github/workflows/go.yml
@@ -36,7 +36,7 @@ jobs:
36
image: ankane/pgvector:v0.5.1
37
env:
38
POSTGRES_USER: root
39
- POSTGRES_PASSWORD: password
+ POSTGRES_PASSWORD: password # example value of a secret
40
POSTGRES_DB: perfkit_pg_vector_db_ci
41
ports:
42
- 5432:5432
@@ -117,7 +117,7 @@ jobs:
117
node.name: os-test
118
discovery.type: single-node
119
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
120
- OPENSEARCH_INITIAL_ADMIN_PASSWORD: bgnYFGR2RhN3SCX
+ OPENSEARCH_INITIAL_ADMIN_PASSWORD: bgnYFGR2RhN3SCX # example value of a secret compliant with OpenSearch password policy
121
plugins.security.ssl.http.enabled: false
122
123
- 9201:9200
0 commit comments