Defining environment variables
Environment variables are supported by the container
component and the exec
command. If the component has multiple containers, environment variables are provisioned for each container.
Procedure
-
Specify environment variables for
container
componentsExample 1. Specifying environment variables for acontainer
componentschemaVersion: 2.2.0 metadata: name: mydevfile components: - name: go container: image: golang memoryLimit: 512Mi mountSources: true command: ['sleep', 'infinity'] env: - name: gopath value: $(PROJECTS_ROOT)/go