Skip to content

Commit

Permalink
chore: don't use fake IP address
Browse files Browse the repository at this point in the history
Just use a string to avoid SonarCloud issue.

Signed-off-by: Tim deBoer <git@tdeboer.ca>
  • Loading branch information
deboer-tim committed Jan 23, 2024
1 parent b60189b commit 8b13cb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const serviceUI: ServiceUI = {
namespace: 'default',
selected: false,
type: '',
clusterIP: '10.1.1.0',
clusterIP: 'the-cluster-ip',
ports: '80/TCP',
};

Expand Down

0 comments on commit 8b13cb0

Please sign in to comment.