Fix namespaces on BMH Secrets
A couple of the BMH Secrets had explicit namespaces set, which weren't getting used anyway since the config/samples kustomization overrides the namespace, leading to confusion about the actual namespace used, thus this removes them. Signed-off-by: Sean Eagan <seaneagan1@gmail.com> Change-Id: Iaac3d34911d14295897a0225682ac973f3ce6795
This commit is contained in:
parent
068afe5bb9
commit
ed841b29e5
@ -5,7 +5,6 @@ data:
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: rdm9r006o001-bmc-credentials
|
||||
namespace: metal3
|
||||
type: Opaque
|
||||
---
|
||||
apiVersion: v1
|
||||
@ -40,7 +39,6 @@ data:
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: rdm9r007o001-bmc-credentials
|
||||
namespace: metal3
|
||||
type: Opaque
|
||||
---
|
||||
apiVersion: v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user