Skip to content

Commit 9bca21c

Browse files
author
Erin
committed
Add skaffold profile to not run user and postgres
1 parent fc9feb7 commit 9bca21c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

skaffold.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -294,5 +294,19 @@ profiles:
294294
- *onestop-search
295295
- *onestop-gateway
296296
- *onestop-ingress
297+
- name: onestop-dev
298+
chartPath: helm/onestop-dev
299+
300+
- name: minus-user
301+
deploy:
302+
helm:
303+
releases:
304+
- *onestop-registry
305+
- *onestop-parsalyzer
306+
- *onestop-indexer
307+
- *onestop-search
308+
- *onestop-client
309+
- *onestop-gateway
310+
- *onestop-ingress
297311
- name: onestop-dev
298312
chartPath: helm/onestop-dev

0 commit comments

Comments
 (0)