-
Notifications
You must be signed in to change notification settings - Fork 27
/
skaffold.yaml
41 lines (35 loc) · 963 Bytes
/
skaffold.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
apiVersion: skaffold/v2beta13
kind: Config
metadata:
name: container-debug-support
.YamlAnchors:
_profiles: &profiles
activeProfiles:
- name: local
activatedBy: [local]
- name: integration
activatedBy: [integration]
- name: release
activatedBy: [release]
- name: deprecated-names
activatedBy: [deprecated-names]
requires:
- path: go
<<: *profiles
- path: netcore
<<: *profiles
- path: nodejs
<<: *profiles
- path: python
<<: *profiles
profiles:
# local: never push to remote registries
- name: local
# integration: set of `skaffold debug`-like integration tests
- name: integration
# release: pushes images to production with :latest
- name: release
# deprecated-names: use short (deprecated) image names: images were
# prefixed with `skaffold-debug-` so they were more easily distinguished
# from other images with similar names.
- name: deprecated-names