revert changes of manual tests

This commit is contained in:
Felix Kunde 2020-11-24 12:58:00 +01:00
parent 6984ab1738
commit f3eaa8cf23
2 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
image:
registry: registry.opensource.zalan.do
repository: acid/postgres-operator
tag: v1.5.0-79-ged80fc7c-dirty
tag: v1.5.0
pullPolicy: "IfNotPresent"
# Optionally specify an array of imagePullSecrets.

View File

@ -145,19 +145,19 @@ spec:
- name: date
image: busybox
command: [ "/bin/date" ]
sidecars:
- name: "telegraf-sidecar"
image: "telegraf:latest"
resources:
limits:
cpu: 500m
memory: 500Mi
requests:
cpu: 100m
memory: 100Mi
env:
- name: "USEFUL_VAR"
value: "perhaps-true"
# sidecars:
# - name: "telegraf-sidecar"
# image: "telegraf:latest"
# resources:
# limits:
# cpu: 500m
# memory: 500Mi
# requests:
# cpu: 100m
# memory: 100Mi
# env:
# - name: "USEFUL_VAR"
# value: "perhaps-true"
# Custom TLS certificate. Disabled unless tls.secretName has a value.
tls: