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

Commit

Permalink
update examples to latest crd (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdheipSingh authored Jun 20, 2023
1 parent e7138cc commit ab63b44
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
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"

0 comments on commit ab63b44

Please sign in to comment.