diff --git a/apis/ingress/v1/pomerium_types.go b/apis/ingress/v1/pomerium_types.go index b8c1041b..3f90950c 100644 --- a/apis/ingress/v1/pomerium_types.go +++ b/apis/ingress/v1/pomerium_types.go @@ -282,7 +282,7 @@ type PomeriumSpec struct { // AuthorizeLogFields sets the authorize fields to log. AuthorizeLogFields *[]string `json:"authorizeLogFields,omitempty"` - // PassIdentityHeaders sets the pass identity headers option. + // PassIdentityHeaders sets the pass identity headers option. PassIdentityHeaders *bool `json:"passIdentityHeaders,omitempty"` } diff --git a/config/crd/bases/ingress.pomerium.io_pomerium.yaml b/config/crd/bases/ingress.pomerium.io_pomerium.yaml index ce27932e..c76eba9d 100644 --- a/config/crd/bases/ingress.pomerium.io_pomerium.yaml +++ b/config/crd/bases/ingress.pomerium.io_pomerium.yaml @@ -215,7 +215,7 @@ spec: Getting User Identity guide. type: object passIdentityHeaders: - description: PassIdentityHeaders sets the pass + description: PassIdentityHeaders sets the pass identity headers option. type: boolean programmaticRedirectDomains: diff --git a/deployment.yaml b/deployment.yaml index 5cd12594..9b58df60 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -223,7 +223,7 @@ spec: Getting User Identity guide. type: object passIdentityHeaders: - description: PassIdentityHeaders sets the pass + description: PassIdentityHeaders sets the pass identity headers option. type: boolean programmaticRedirectDomains: