Skip to content

Commit

Permalink
fix REAL SCARY error message IN ALL CLUSTERS
Browse files Browse the repository at this point in the history
Co-Authored-By: Youssef Bel Mekki <[email protected]>
Co-Authored-By: sindrerh2 <[email protected]>
  • Loading branch information
3 people committed Nov 11, 2024
1 parent 2d509ed commit 2cfd10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/nais.io/v1alpha1/application_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ type ApplicationSpec struct {
// List of ingress redirects
// TODO: fix link
// +nais:doc:Link="https://doc.nais.io/persistence/redis/""
Redirects []nais_io_v1.Redirect
Redirects []nais_io_v1.Redirect `json:"redirects,omitempty"`
// List of redis instances this job needs credentials for.
// Must be owned by same team.
// +nais:doc:Link="https://doc.nais.io/persistence/redis/"
Expand Down

0 comments on commit 2cfd10d

Please sign in to comment.