Skip to content

Commit

Permalink
fix: Update Tiltfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alperencelik committed Feb 10, 2024
1 parent cb4e202 commit bf7c3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yaml = helm(
# The values file to substitute into the chart.
values=['charts/kubemox/values.yaml'],
# Values to set from the command-line
set=['proxmox.endpoint=$PROXMOX_ENDPOINT', 'proxmox.insecureSkipTLSVerify=true', 'proxmox.username=$PROXMOX_USERNAME', 'proxmox.password=$PROXMOX_PASSWORD 'image.repository=kubemox']
set=['proxmox.endpoint=$PROXMOX_ENDPOINT', 'proxmox.insecureSkipTLSVerify=true', 'proxmox.username=$PROXMOX_USERNAME', 'proxmox.password=$PROXMOX_PASSWORD', 'image.repository=kubemox']
)

k8s_yaml(yaml)
Expand Down

0 comments on commit bf7c3fb

Please sign in to comment.