Skip to content

Instantly share code, notes, and snippets.

@thapakazi
Last active July 15, 2022 16:36
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 thapakazi/ef0254c8744f788a2e8ad3773c105e90 to your computer and use it in GitHub Desktop.
Save thapakazi/ef0254c8744f788a2e8ad3773c105e90 to your computer and use it in GitHub Desktop.
argocd-vault-plugin-test
apiVersion: v2
name: secret-app
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: "0.1.0"
apiVersion: v1
kind: Secret
metadata:
name: example-secret
stringData:
sample-secret: <path:my-secret-name#example-key>
type: Opaque
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment