File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed
pkg/apis/acid.zalan.do/v1 Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -31,28 +31,28 @@ spec:
31
31
size : 1Gi
32
32
# storageClass: my-sc
33
33
additionalVolumes :
34
- - name : data
35
- mountPath : /home/postgres/pgdata/partitions
36
- targetContainers :
37
- - postgres
38
- volumeSource :
39
- PersistentVolumeClaim :
40
- claimName : pvc-postgresql-data-partitions
41
- readyOnly : false
42
- - name : conf
43
- mountPath : /etc/telegraf
44
- subPath : telegraf.conf
45
- targetContainers :
46
- - telegraf-sidecar
47
- volumeSource :
48
- configMap :
49
- name : my-config-map
50
34
- name : empty
51
35
mountPath : /opt/empty
52
36
targetContainers :
53
37
- all
54
38
volumeSource :
55
39
emptyDir : {}
40
+ # - name: data
41
+ # mountPath: /home/postgres/pgdata/partitions
42
+ # targetContainers:
43
+ # - postgres
44
+ # volumeSource:
45
+ # PersistentVolumeClaim:
46
+ # claimName: pvc-postgresql-data-partitions
47
+ # readyOnly: false
48
+ # - name: conf
49
+ # mountPath: /etc/telegraf
50
+ # subPath: telegraf.conf
51
+ # targetContainers:
52
+ # - telegraf-sidecar
53
+ # volumeSource:
54
+ # configMap:
55
+ # name: my-config-map
56
56
57
57
enableShmVolume : true
58
58
# spiloFSGroup: 103
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ type AdditionalVolume struct {
104
104
MountPath string `json:"mountPath"`
105
105
SubPath string `json:"subPath"`
106
106
TargetContainers []string `json:"targetContainers"`
107
- VolumeSource v1.VolumeSource `json:"volume "`
107
+ VolumeSource v1.VolumeSource `json:"volumeSource "`
108
108
}
109
109
110
110
// PostgresqlParam describes PostgreSQL version and pairs of configuration parameter name - values.
You can’t perform that action at this time.
0 commit comments