Skip to content

Commit

Permalink
fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMHD committed Aug 26, 2023
1 parent 804fbe9 commit 1739deb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions api/v1alpha1/accesstoken_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ type AccessTokenSpec struct {
TokenSecretRef *corev1.LocalObjectReference `json:"secretRef,omitempty"`
}

// TODO use AccessToken.Metadata.Name as TokenSecretRef
// TODO next step: create copy of secret in AccessToken's namespace

// AccessTokenStatus defines the observed state of AccessToken
type AccessTokenStatus struct {
// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
Expand Down
9 changes: 6 additions & 3 deletions config/samples/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Append samples you want in your CSV to this file as resources ##
resources:
- cerberus_v1alpha1_accesstoken.yaml
- cerberus_v1alpha1_webservice.yaml
- cerberus_v1alpha1_webserviceaccessbinding.yaml
- cerberus_v1alpha1_accesstoken.yaml
- cerberus_v1alpha1_webservice.yaml
- cerberus_v1alpha1_webserviceaccessbinding.yaml
- cerberus_service.yaml
- projectcontour_v1_extentionservice.yaml
- projectcontour_v1_httpproxy.yaml
#+kubebuilder:scaffold:manifestskustomizesamples

0 comments on commit 1739deb

Please sign in to comment.