mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix(k8-operator): helm and cleanup
This commit is contained in:
@@ -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"`
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user