Skip to content

Commit

Permalink
task: rename ingress (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Oct 31, 2024
1 parent bbfe0f2 commit ee92feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/trustify/operator/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class Constants {
public static final String SERVER_SERVICE_SUFFIX = "-" + TRUSTI_SERVER_NAME + "-service";


public static final String INGRESS_SUFFIX = "-" + TRUSTI_SERVER_NAME + "-ingress";
public static final String INGRESS_SUFFIX = "-" + TRUSTI_NAME + "-ingress";

//
public static final String DB_SECRET_USERNAME = "username";
Expand Down

0 comments on commit ee92feb

Please sign in to comment.