fix(k8-operator): helm and cleanup

This commit is contained in:
Daniel Hougaard
2024-12-08 21:21:14 +04:00
parent d1c4a9c75a
commit 3a5e862def
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"`

View File

@@ -72,7 +72,6 @@ spec:
- identityId
type: object
kubernetesAuth:
description: Rest of your types should be defined similarly...
properties:
identityId:
type: string
@@ -114,14 +113,14 @@ spec:
type: string
destination:
properties:
EnvironmentSlug:
environmentSlug:
type: string
projectId:
type: string
secretsPath:
type: string
required:
- EnvironmentSlug
- environmentSlug
- projectId
- secretsPath
type: object