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