init.sh 169 B

12345
  1. {% macro init(values) -%}
  2. if [ ! -f "{{ values.consts.config_path }}/prometheus.yml" ]; then
  3. touch "{{ values.consts.config_path }}/prometheus.yml"
  4. fi
  5. {%- endmacro %}