Skip to content

Commit

Permalink
docs(contributing): Fix indentation on manifests provided as examples (
Browse files Browse the repository at this point in the history
  • Loading branch information
filipjosifoski authored Dec 6, 2024
1 parent 77c9f57 commit 827f23f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ helm upgrade --install -n cert-manager --create-namespace cert-manager bitnami/c
branch: main
path: terraform/
repository:
name: my-repository
namespace: burrito-project
name: my-repository
namespace: burrito-project
---
apiVersion: config.terraform.padok.cloud/v1alpha1
kind: TerraformRepository
Expand All @@ -109,15 +109,15 @@ helm upgrade --install -n cert-manager --create-namespace cert-manager bitnami/c
namespace: burrito-project
spec:
repository:
url: https://github.com/padok-team/burrito-examples
url: https://github.com/padok-team/burrito-examples
remediationStrategy:
autoApply: true
terraform:
enabled: true
enabled: true
opentofu:
enabled: false
enabled: false
terragrunt:
enabled: false
enabled: false
```

6. **Refresh your Helm configuration:**
Expand Down

0 comments on commit 827f23f

Please sign in to comment.