Skip to content

Commit f3eaa8c

Browse files
committed
revert changes of manual tests
1 parent 6984ab1 commit f3eaa8c

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

charts/postgres-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
registry: registry.opensource.zalan.do
33
repository: acid/postgres-operator
4-
tag: v1.5.0-79-ged80fc7c-dirty
4+
tag: v1.5.0
55
pullPolicy: "IfNotPresent"
66

77
# Optionally specify an array of imagePullSecrets.

manifests/complete-postgres-manifest.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -145,19 +145,19 @@ spec:
145145
- name: date
146146
image: busybox
147147
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"
161161

162162
# Custom TLS certificate. Disabled unless tls.secretName has a value.
163163
tls:

0 commit comments

Comments
 (0)