Merge pull request #1617 from micro/k8s/secret-type
K8s: Add Secret Type to yaml template
This commit is contained in:
commit
5494e935f4
@ -129,6 +129,7 @@ metadata:
|
||||
var secretTmpl = `
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
type: "{{ .Type }}"
|
||||
metadata:
|
||||
name: "{{ .Metadata.Name }}"
|
||||
namespace: "{{ .Metadata.Namespace }}"
|
||||
|
Loading…
Reference in New Issue
Block a user