Adding namespace to deployment file
All checks were successful
go-builder / build (push) Successful in 55s

This commit is contained in:
Kris Crawford 2024-04-03 17:11:26 -04:00
parent 6cdf7adebe
commit a4a175ae0c

View File

@ -1,3 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
name: golang
---
apiVersion: apps/v1
kind: Deployment
metadata: