Skip to content

Commit

Permalink
Remove unused constant in KubernetesConfigRecorder
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Jan 4, 2024
1 parent 99212ba commit d595eeb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ public class KubernetesConfigRecorder {

private static final Logger log = Logger.getLogger(KubernetesConfigRecorder.class);

private static final String CONFIG_ENABLED_PROPERTY_NAME = "quarkus.kubernetes-config.enabled";

public void warnAboutSecrets(KubernetesConfigBuildTimeConfig buildTimeConfig, KubernetesConfigSourceConfig config) {
if (config.secrets().isPresent()
&& !config.secrets().get().isEmpty()
Expand Down

0 comments on commit d595eeb

Please sign in to comment.