Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Update spacing for namespaces for cert-manager
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Dec 15, 2020
1 parent c235cde commit db34e6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -923,10 +923,11 @@ func createNamespaces() error {
ns := `apiVersion: v1
kind: Namespace
metadata:
creationTimestamp: null
creationTimestamp: null
name: cert-manager
spec: {}
status: {}`
status: {}
`
buffer := bytes.NewReader([]byte(ns))
res, err = k8s.KubectlTaskStdin(buffer, "apply", "-f", "-")
if err != nil {
Expand Down

0 comments on commit db34e6a

Please sign in to comment.