Skip to content

Instantly share code, notes, and snippets.

@vedashree29296
Created August 13, 2021 03:46
Show Gist options
  • Save vedashree29296/ca2bc20e335f6c84383653bf50ed4fb9 to your computer and use it in GitHub Desktop.
Save vedashree29296/ca2bc20e335f6c84383653bf50ed4fb9 to your computer and use it in GitHub Desktop.
Go Chronicles: Simple Manifest file to create a Pod with an env variable
apiVersion: v1
kind: Pod
metadata:
name: my-pod
namespace: my-namespace
spec:
containers:
- name: my-pod-container
image: go-chronicles-pod
imagePullPolicy: Never
env:
- name: MY_ENV_VAR
value: "Go Chronicles is Awesome"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment