Skip to content

Commit

Permalink
fix: delete harcoded 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 10, 2024
1 parent 7469ead commit 87e14bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: sc4snmp

spec:
replicas: 1
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: v1
kind: Service
metadata:
name: flower-svc
namespace: sc4snmp

spec:
selector:
Expand Down

0 comments on commit 87e14bd

Please sign in to comment.