Created
July 17, 2019 19:40
-
-
Save chadmcrowell/0b7ee183246ae197c07aaeae2d19224f to your computer and use it in GitHub Desktop.
Service Account YAML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: ServiceAccount | |
metadata: | |
name: acr | |
namespace: default | |
secrets: | |
- name: acr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment