mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
updated env slugs
This commit is contained in:
@@ -10,7 +10,7 @@ type InfisicalPushSecretDestination struct {
|
||||
SecretsPath string `json:"secretsPath"`
|
||||
// +kubebuilder:validation:Required
|
||||
// +kubebuilder:validation:Immutable
|
||||
EnvironmentSlug string `json:"EnvironmentSlug"`
|
||||
EnvironmentSlug string `json:"environmentSlug"`
|
||||
// +kubebuilder:validation:Required
|
||||
// +kubebuilder:validation:Immutable
|
||||
ProjectID string `json:"projectId"`
|
||||
|
||||
@@ -14,7 +14,7 @@ spec:
|
||||
|
||||
destination:
|
||||
projectId: <project-id>
|
||||
envSlug: <env-slug>
|
||||
environmentSlug: <env-slug>
|
||||
secretsPath: <secret-path>
|
||||
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user