forked from gardener/landscaper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
installation-fixed.yaml
50 lines (43 loc) · 1.51 KB
/
installation-fixed.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
42
43
44
45
46
47
48
49
50
apiVersion: landscaper.gardener.cloud/v1alpha1
kind: Installation
metadata:
name: hello-world
namespace: example
annotations:
landscaper.gardener.cloud/operation: reconcile
spec:
# Set values for the import parameters of the blueprint
imports:
targets:
- name: cluster
target: my-cluster
blueprint:
inline:
filesystem:
blueprint.yaml: |
apiVersion: landscaper.gardener.cloud/v1alpha1
kind: Blueprint
jsonSchema: "https://json-schema.org/draft/2019-09/schema"
imports: # yaml structure fixed
- name: cluster
type: target
targetType: landscaper.gardener.cloud/kubernetes-cluster
deployExecutions:
- name: default
type: GoTemplate
template: |
deployItems:
- name: default-deploy-item
type: landscaper.gardener.cloud/helm
target:
import: cluster
config:
apiVersion: helm.deployer.landscaper.gardener.cloud/v1alpha1
kind: ProviderConfiguration
name: hello-world
namespace: example
createNamespace: true
chart:
ref: eu.gcr.io/gardener-project/landscaper/examples/charts/hello-world:1.0.0
values:
testData: hello