Files
devops-infra-helm-charts-gcp/helm-templates/jenkins-grn/Tiltfile
T
2026-08-26 03:39:42 +05:30

6 lines
206 B
Python

# If not using a standard local dev name, specify your k8s context here
#allow_k8s_contexts('jenkins-dev')
k8s_yaml(helm('.', values='values.yaml', set=['controller.admin.password=asdf']))
watch_file('.')