Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Samika Kashyap committed Jan 5, 2024
1 parent f8781bf commit b09f91e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions keramik/src/advanced_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,13 @@ You can also use Recon for reconciliation by setting 'CERAMIC_ONE_RECON' env var
apiVersion: "keramik.3box.io/v1alpha1"
kind: Network
metadata:
name: test-env
name: small
spec:
replicas: 2
ceramic:
- env:
CERAMIC_ONE_RECON: "true"
- ipfs:
rust:
imagePullPolicy: Always
env:
CERAMIC_ONE_RECON: "true"
```

0 comments on commit b09f91e

Please sign in to comment.