6 lines
206 B
Python
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('.')
|