Skip to content

Commit

Permalink
Remove unuser var
Browse files Browse the repository at this point in the history
  • Loading branch information
vjacynycz committed Apr 4, 2024
1 parent 7c3dca0 commit 9fda2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/annotations/authtls/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (a authTLS) Parse(ing *networking.Ingress) (interface{}, error) {
var secretInVault bool = true
config := &Config{}

tlsauthsecret, err := parser.GetStringAnnotation("auth-tls-vault", ing)
tlsauthsecret, _ := parser.GetStringAnnotation("auth-tls-vault", ing)

// If there is no secret in vault check for K8s secret
if tlsauthsecret == "" {
Expand Down

0 comments on commit 9fda2c9

Please sign in to comment.