Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

update examples to latest crd #41

Merged
merged 1 commit into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions config/samples/parseable-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ spec:
- name: parseable-server-config
cliArgs:
- local-store
env: |-
P_ADDR=0.0.0.0:8000
P_STAGING_DIR=/parseable/staging
P_FS_DIR=./data
P_USERNAME=admin
P_PASSWORD=admin
env:
P_ADDR: "0.0.0.0:8000"
P_STAGING_DIR: "/parseable/staging"
P_FS_DIR: "./data"
P_USERNAME: "admin"
P_PASSWORD: "admin"
12 changes: 6 additions & 6 deletions config/samples/parseable-multi-nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ spec:
- name: parseable-server-config
cliArgs:
- local-store
env: |-
P_ADDR=0.0.0.0:8000
P_STAGING_DIR=./staging
P_FS_DIR=./data
P_USERNAME=admin
P_PASSWORD=admin
env:
P_ADDR: "0.0.0.0:8000"
P_STAGING_DIR: ""./staging"
P_FS_DIR: "./data"
P_USERNAME: "admin"
P_PASSWORD: "admin"
12 changes: 6 additions & 6 deletions config/samples/parseable-persistent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ spec:
- name: parseable-server-config
cliArgs:
- local-store
env: |-
P_ADDR=0.0.0.0:8000
P_STAGING_DIR=./staging
P_FS_DIR=./data
P_USERNAME=admin
P_PASSWORD=admin
env:
P_ADDR: "0.0.0.0:8000"
P_STAGING_DIR: ""./staging"
P_FS_DIR: "./data"
P_USERNAME: "admin"
P_PASSWORD: "admin"