-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskaffold.yaml
More file actions
42 lines (42 loc) · 1.45 KB
/
skaffold.yaml
File metadata and controls
42 lines (42 loc) · 1.45 KB
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
42
apiVersion: skaffold/v4beta3
kind: Config
metadata:
name: stackit-pod-identity-webhook
build:
local:
push: false
artifacts:
- image: ghcr.io/stackitcloud/stackit-pod-identity-webhook
ko:
main: ./cmd/stackit-pod-identity-webhook
deploy:
helm:
releases:
- name: stackit-pod-identity-webhook
chartPath: charts/stackit-pod-identity-webhook
valuesFiles:
- charts/stackit-pod-identity-webhook/values.yaml
setValueTemplates:
image.repository: "{{.IMAGE_REPO_ghcr_io_stackitcloud_stackit_pod_identity_webhook}}"
image.tag: "{{.IMAGE_TAG_ghcr_io_stackitcloud_stackit_pod_identity_webhook}}"
profiles:
- name: cert-manager
deploy:
helm:
releases:
- name: cert-manager
remoteChart: cert-manager
repo: https://charts.jetstack.io
namespace: cert-manager
createNamespace: true
upgradeOnChange: true
setValues:
crds.enabled: true
- name: stackit-pod-identity-webhook
chartPath: charts/stackit-pod-identity-webhook
valuesFiles:
- charts/stackit-pod-identity-webhook/values.yaml
setValueTemplates:
image.repository: "{{.IMAGE_REPO_ghcr_io_stackitcloud_stackit_pod_identity_webhook}}"
image.tag: "{{.IMAGE_TAG_ghcr_io_stackitcloud_stackit_pod_identity_webhook}}"
certmanager.enabled: "true"