updated env slugs

This commit is contained in:
Daniel Hougaard
2024-12-06 02:54:50 +04:00
parent adb0819102
commit 01dcbb0122
3 changed files with 6 additions and 6 deletions

View File

@@ -1071,7 +1071,7 @@ After applying the InfisicalPushSecret CRD, you should notice that the secrets y
destination:
projectId: <project-id>
envSlug: <env-slug>
environmentSlug: <env-slug>
secretsPath: <secret-path>
push:
@@ -1197,13 +1197,13 @@ After applying the InfisicalPushSecret CRD, you should notice that the secrets y
</Accordion>
<Accordion title="destination">
The `destination` field is used to specify where you want to create the secrets in Infisical. The required fields are `projectId`, `envSlug`, and `secretsPath`.
The `destination` field is used to specify where you want to create the secrets in Infisical. The required fields are `projectId`, `environmentSlug`, and `secretsPath`.
```yaml
spec:
destination:
projectId: <project-id>
envSlug: <env-slug>
environmentSlug: <env-slug>
secretsPath: <secrets-path>
```
@@ -1211,7 +1211,7 @@ After applying the InfisicalPushSecret CRD, you should notice that the secrets y
The project ID where you want to create the secrets in Infisical.
</Accordion>
<Accordion title="destination.envSlug">
<Accordion title="destination.environmentSlug">
The environment slug where you want to create the secrets in Infisical.
</Accordion>

View File

@@ -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"`

View File

@@ -14,7 +14,7 @@ spec:
destination:
projectId: <project-id>
envSlug: <env-slug>
environmentSlug: <env-slug>
secretsPath: <secret-path>
push: