Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
update line breaks in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Jul 10, 2019
1 parent 7f97fba commit 9d2dcb9
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 822 deletions.
389 changes: 105 additions & 284 deletions integration/init/cert-manager/expected/rendered.yaml

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions integration/init/cockroach/expected/rendered.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ spec:
- command:
- /bin/bash
- -ecx
- exec /cockroach/cockroach start --logtostderr --certs-dir /cockroach/cockroach-certs
--host $(hostname -f) --http-host 0.0.0.0 --join cockroachdb-0.cockroachdb,cockroachdb-1.cockroachdb,cockroachdb-2.cockroachdb
--cache 25% --max-sql-memory 25%
- exec /cockroach/cockroach start --logtostderr --certs-dir /cockroach/cockroach-certs --host $(hostname -f) --http-host 0.0.0.0 --join cockroachdb-0.cockroachdb,cockroachdb-1.cockroachdb,cockroachdb-2.cockroachdb --cache 25% --max-sql-memory 25%
image: cockroachdb/cockroach:v1.1.5
imagePullPolicy: IfNotPresent
name: cockroachdb
Expand All @@ -154,9 +152,7 @@ spec:
- command:
- /bin/ash
- -ecx
- /request-cert -namespace=${POD_NAMESPACE} -certs-dir=/cockroach-certs -type=node
-addresses=localhost,127.0.0.1,${POD_IP},$(hostname -f),$(hostname -f|cut
-f 1-2 -d '.'),cockroachdb-public -symlink-ca-from=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt
- /request-cert -namespace=${POD_NAMESPACE} -certs-dir=/cockroach-certs -type=node -addresses=localhost,127.0.0.1,${POD_IP},$(hostname -f),$(hostname -f|cut -f 1-2 -d '.'),cockroachdb-public -symlink-ca-from=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt
env:
- name: POD_IP
valueFrom:
Expand Down
Loading

0 comments on commit 9d2dcb9

Please sign in to comment.