Added annotation support to 031-MountedSecret.yaml
This pull request adds the ability to include annotations to the mounted secrets. This is required for the argo vault plugin that we are currently using.
kind: Secret
apiVersion: v1
metadata:
name: example-secret
annotations:
avp.kubernetes.io/path: "path/to/secret"
type: Opaque
data:
password: <password-vault-key>
Thanks. Please merge master to run CI.
I resolved the conflicts for this PR
@seglo I do not have write access to merge this PR. Can you approve and merge?
@jmjones-figure How come you included a chart release workflow? This is redundant with the existing release workflow and is something I trigger manually.
If you remove this I'll merge and publish a release.
@seglo I did not mean to do that. How do I remove the chart release workflow?
@seglo never mind I will remove it.
@seglo Can you merge this PR?
Closing this in favour of a PR with a branch I can update #383