Skip to content

Commit

Permalink
fix: namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Kheifets <[email protected]>
  • Loading branch information
ikheifets-splunk committed Dec 9, 2024
1 parent fc80f5a commit d1c7f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: flower
namespace: default
namespace: sc4snmp
spec:
replicas: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: Service
metadata:
name: flower-svc
namespace: default
namespace: sc4snmp

spec:
selector:
Expand Down

0 comments on commit d1c7f2d

Please sign in to comment.