forked from kubernetes-sigs/cosi-driver-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kustomization.yaml
62 lines (56 loc) · 1.58 KB
/
kustomization.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
51
52
53
54
55
56
57
58
59
60
61
62
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: sample-cosi-driver
commonAnnotations:
cosi.storage.k8s.io/authors: "Kubernetes Authors"
cosi.storage.k8s.io/license: "Apache V2"
cosi.storage.k8s.io/support: "https://github.com/kubernetes-sigs/container-object-storage-api"
commonLabels:
app.kubernetes.io/part-of: container-object-storage-interface
app.kubernetes.io/component: driver-sample
app.kubernetes.io/version: main
app.kubernetes.io/name: cosi-driver-sample
configMapGenerator:
- name: cosi-driver-sample-config
env: resources/cosi-driver-sample.properties
generatorOptions:
disableNameSuffixHash: true
labels:
generated-by: "kustomize"
resources:
- resources/ns.yaml
- resources/sa.yaml
- resources/rbac.yaml
- resources/deployment.yaml
configurations:
- resources/kustomizeconfig.yaml
vars:
- name: PROVISIONER_IMAGE_ORG
objref:
name: cosi-driver-config
kind: ConfigMap
apiVersion: v1
fieldref:
fieldpath: data.OBJECTSTORAGE_PROVISIONER_IMAGE_ORG
- name: PROVISIONER_IMAGE_VERSION
objref:
name: cosi-driver-config
kind: ConfigMap
apiVersion: v1
fieldref:
fieldpath: data.OBJECTSTORAGE_PROVISIONER_IMAGE_VERSION
- name: DRIVER_IMAGE_ORG
objref:
name: cosi-driver-config
kind: ConfigMap
apiVersion: v1
fieldref:
fieldpath: data.DRIVER_IMAGE_ORG
- name: DRIVER_IMAGE_VERSION
objref:
name: cosi-driver-config
kind: ConfigMap
apiVersion: v1
fieldref:
fieldpath: data.DRIVER_IMAGE_VERSION