Skip to content

Commit

Permalink
Merge branch 'main' into chore/add-helm-linitng
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxluigi authored Oct 18, 2024
2 parents 97b7fb0 + 1eed7de commit ed91527
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ deploy-exivity-chart:
--set storage.storageClass=$(NFS_STORAGE_CLASS) \
--set ingress.host=$(INGRESS_HOSTNAME) \
--set ingress.ingressClassName="nginx" \
--set logLevel.backend="debug"
--set logLevel.backend="debug" \
--set service.tag="daily"

# Deploy NFS Helm chart to Minikube
# This is a dependency for the exivity Helm chart
Expand Down

0 comments on commit ed91527

Please sign in to comment.