Untitled

Anonymous
plain_text
03/16/2023 11:00 AM
392 B
47
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...