Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Nov 13, 2024
1 parent f84de8f commit 1f20e94
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions charts/flagsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,3 +382,18 @@ _destructiveTests:
resources:
requests:
memory: 1Gi

# -- Array of extra K8s manifests to deploy
## Note: Supports use of custom Helm templates
## Example: Deploying a CloudnativePG Postgres cluster for use with Flagmsith:
extraObjects: []
# - |
# apiVersion: postgresql.cnpg.io/v1
# kind: Cluster
# metadata:
# name: flagsmith
# namespace: {{ .Release.Namespace }}
# spec:
# instances: 3
# storage:
# size: 10Gi

0 comments on commit 1f20e94

Please sign in to comment.