K8s: Add Secret Type to yaml template
This commit is contained in:
parent
89f86167ad
commit
e0863bb7eb
@ -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