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

View File

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