Skip to content

Commit

Permalink
Add fields to helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCesbron committed Feb 13, 2024
1 parent 8eaf7b5 commit 2ab8646
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: metabase-operator
description: Helm chart to deploy [unagex-metabase-operator](https://github.com/unagex/metabase-operator)
type: application
version: 0.0.1
appVersion: 0.0.1
version: 0.0.2
appVersion: 0.0.2
home: https://github.com/unagex/metabase-operator
17 changes: 16 additions & 1 deletion charts/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,19 @@ operator:
repository: ghcr.io/unagex/metabase-operator/controller
# tag default to .Chart.AppVersion if not set
tag: ""
pullPolicy: IfNotPresent
pullPolicy: IfNotPresent

# resources example:
# resources:
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
resources: {}

# labels example:
# labels:
# app.kubernetes.io/part-of: example
labels: {}

0 comments on commit 2ab8646

Please sign in to comment.