forked from hetznercloud/hcloud-cloud-controller-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skaffold.yaml
35 lines (34 loc) · 902 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
apiVersion: skaffold/v4beta3
kind: Config
metadata:
name: cloud-controller-manager
build:
artifacts:
- image: hetznercloud/hcloud-cloud-controller-manager
runtimeType: go
docker:
dockerfile: hack/Dockerfile
cacheFrom:
- hetznercloud/hcloud-cloud-controller-manager:buildcache
local:
useBuildkit: true
insecureRegistries:
- localhost:30666
manifests:
helm:
releases:
- name: hccm
namespace: kube-system
chartPath: chart
setValues:
networking.enabled: true
profiles:
# Clusters with Robot Servers do not support the native Routing functionality right now.
- name: robot
patches:
- op: replace
path: /manifests/helm/releases/0/setValues/networking.enabled
value: false
- op: add
path: /manifests/helm/releases/0/setValues/robot.enabled
value: true