fix(k8-operator): helm and cleanup

This commit is contained in:
Daniel Hougaard
2024-12-08 21:21:14 +04:00
parent 01dcbb0122
commit 92a80b3314
6 changed files with 299 additions and 7 deletions

View File

@@ -52,7 +52,6 @@ type PushSecretGcpIamAuth struct {
ServiceAccountKeyFilePath string `json:"serviceAccountKeyFilePath"`
}
// Rest of your types should be defined similarly...
type PushSecretKubernetesAuth struct {
// +kubebuilder:validation:Required
IdentityID string `json:"identityId"`