Skip to content

Instantly share code, notes, and snippets.

@michalpenka
Created April 19, 2020 08:18
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 michalpenka/8ae670f193c9c2fcaf09d2e926146f8a to your computer and use it in GitHub Desktop.
Save michalpenka/8ae670f193c9c2fcaf09d2e926146f8a to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Secret
metadata:
name: sec-azure-pipelines-agent
namespace: azure-pipelines-agent
type: Opaque
data:
AZP_TOKEN: BASE64REDACTED==
AZP_URL: BASE64REDACTED==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment