Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in RestServerSpec #941

Open
Kidswiss opened this issue Mar 18, 2024 · 0 comments
Open

Fix typo in RestServerSpec #941

Kidswiss opened this issue Mar 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Kidswiss
Copy link
Contributor

Description

type RestServerSpec struct {
URL string json:"url,omitempty"
UserSecretRef *corev1.SecretKeySelector json:"userSecretRef,omitempty"
PasswordSecretReg *corev1.SecretKeySelector json:"passwordSecretReg,omitempty"
}

PasswordSecretReg -> PasswordSecretRef

However, as this changes a CRD field, we'd probably want to implement some mutation webhook to automatically re-write the wrong field.

Additional Context

No response

Logs

No response

Expected Behavior

PasswordSecretRef

Steps To Reproduce

No response

Version of K8up

Current master (a76028a)

Version of Kubernetes

N/A

Distribution of Kubernetes

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant