Skip to content

Instantly share code, notes, and snippets.

@NedkoHristov
Created November 1, 2022 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NedkoHristov/a65e5356fffcbd0c117c12953da57ec8 to your computer and use it in GitHub Desktop.
Save NedkoHristov/a65e5356fffcbd0c117c12953da57ec8 to your computer and use it in GitHub Desktop.
pod-sa2.yaml
apiVersion: v1
kind: Pod
metadata:
name: nginxpod2
namespace: default
spec:
containers:
- image: nginx:latest
name: nginxpod2
serviceAccountName: app1serviceaccount2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment