Merge pull request #1617 from micro/k8s/secret-type

K8s: Add Secret Type to yaml template
This commit is contained in:
ben-toogood 2020-05-12 14:21:30 +01:00 committed by GitHub
commit 5494e935f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,6 +129,7 @@ metadata:
var secretTmpl = `
apiVersion: v1
kind: Secret
type: "{{ .Type }}"
metadata:
name: "{{ .Metadata.Name }}"
namespace: "{{ .Metadata.Namespace }}"