File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
image :
2
2
registry : registry.opensource.zalan.do
3
3
repository : acid/postgres-operator
4
- tag : v1.5.0-79-ged80fc7c-dirty
4
+ tag : v1.5.0
5
5
pullPolicy : " IfNotPresent"
6
6
7
7
# Optionally specify an array of imagePullSecrets.
Original file line number Diff line number Diff line change @@ -145,19 +145,19 @@ spec:
145
145
- name : date
146
146
image : busybox
147
147
command : [ "/bin/date" ]
148
- sidecars :
149
- - name : " telegraf-sidecar"
150
- image : " telegraf:latest"
151
- resources :
152
- limits :
153
- cpu : 500m
154
- memory : 500Mi
155
- requests :
156
- cpu : 100m
157
- memory : 100Mi
158
- env :
159
- - name : " USEFUL_VAR"
160
- value : " perhaps-true"
148
+ # sidecars:
149
+ # - name: "telegraf-sidecar"
150
+ # image: "telegraf:latest"
151
+ # resources:
152
+ # limits:
153
+ # cpu: 500m
154
+ # memory: 500Mi
155
+ # requests:
156
+ # cpu: 100m
157
+ # memory: 100Mi
158
+ # env:
159
+ # - name: "USEFUL_VAR"
160
+ # value: "perhaps-true"
161
161
162
162
# Custom TLS certificate. Disabled unless tls.secretName has a value.
163
163
tls :
You can’t perform that action at this time.
0 commit comments