Skip to content

Commit

Permalink
add helm dependency build command
Browse files Browse the repository at this point in the history
  • Loading branch information
zbialik committed Jan 1, 2024
1 parent 2e78b08 commit 714c089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
# Running helm template
mkdir -p $MANIFESTS_DIR/$CHART_NAME
helm dependency build $chart_dir
helm template $CHART_NAME $chart_dir --namespace $CHART_NAMESPACE > "$MANIFESTS_DIR/$CHART_NAME/generated.yaml"
else
echo "Skipping $chart_dir, not a directory"
Expand Down
1 change: 1 addition & 0 deletions k8s/helm/metallb-system/metallb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metallb:
cpu: 500m
memory: 128Mi
priorityClassName: "system-cluster-critical"

# speaker contains configuration specific to the MetalLB speaker
# daemonset.
speaker:
Expand Down

0 comments on commit 714c089

Please sign in to comment.