Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configurations/apps/postgres-db/examples/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: Provider
metadata:
name: provider-sql
spec:
package: xpkg.upbound.io/crossplane-contrib/provider-sql:v0.13.0
package: xpkg.upbound.io/crossplane-contrib/provider-sql:v0.13.0
6 changes: 3 additions & 3 deletions configurations/terraform/harbor-project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
configuration: |
terraform {
backend "kubernetes" {
secret_suffix = "providerconfig-default"
secret_suffix = "providerconfig-default" # pragma: allowlist secret
namespace = "crossplane-system"
in_cluster_config = true
}
Expand Down Expand Up @@ -84,7 +84,7 @@ type: Opaque
stringData:
credentials.tfvars: |
harbor_username = "admin"
harbor_password = "your-password-here"
harbor_password = "your-password-here" # pragma: allowlist secret
EOF
```

Expand Down Expand Up @@ -140,7 +140,7 @@ The secret must contain a `credentials.tfvars` key with HCL-formatted variables:

```hcl
harbor_username = "admin"
harbor_password = "your-password"
harbor_password = "your-password" # pragma: allowlist secret
```

## Debugging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
kind: GoTemplate
source: Inline
inline:
template: |
template: | # pragma: allowlist secret
---
apiVersion: opentofu.m.upbound.io/v1beta1
kind: Workspace
Expand Down
2 changes: 1 addition & 1 deletion configurations/terraform/harbor-project/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
meta.crossplane.io/description: |
Harbor project management abstraction for Crossplane using OpenTofu provider.
Automatically provisions Harbor projects with vulnerability scanning and storage quotas.
meta.crossplane.io/readme: |
meta.crossplane.io/readme: | # pragma: allowlist secret
# HarborProject Configuration

A Crossplane configuration for managing Harbor projects using the OpenTofu provider with the Harbor Terraform provider.
Expand Down
Loading