Skip to content

Commit

Permalink
Fix typo in the go plugin guide
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmarshall committed Jul 4, 2019
1 parent efcb7cc commit f996ac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/plugins/goPluginGuidedExample.md
Expand Up @@ -207,7 +207,8 @@ cat <<EOF >$MYAPP/secGenerator.yaml
apiVersion: ${apiVersion}
kind: ${kind}
metadata:
name: forbiddenValues
name: mySecretGenerator
name: forbiddenValues
namespace: production
file: myEncryptedData.yaml
keys:
Expand Down

0 comments on commit f996ac8

Please sign in to comment.