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
containercomponentsExample 1. Specifying environment variables for acontainercomponentschemaVersion: 2.1.0 metadata: name: mydevfile components: - name: go container: image: golang memoryLimit: 512Mi mountSources: true command: ['sleep', 'infinity'] env: - name: gopath value: $(PROJECTS_ROOT)/go