Untitled

 avatar
unknown
plain_text
2 years ago
294 B
26
Indexable
# Indicate what kind of config this is.
kind: Project

# The name of the project.
name: project

# A list of environments to configure for the project.
environments:
  - name: local
    defaultNamespace: user-${var.name}


providers:
  - name: local-kubernetes
    environments:
       - local
Editor is loading...