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