Skip to content

Commit

Permalink
Merge branch 'main' into feat/3178/use-our-own-images
Browse files Browse the repository at this point in the history
  • Loading branch information
kichristensen authored Sep 28, 2024
2 parents f54bfc3 + 3046bce commit bd5cddc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion airgap/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Example: Airgapped Environments

Try out this example at https://release-v1.porter.sh/examples/airgap/.
Try out this example at https://porter.sh/examples/airgap/.
5 changes: 3 additions & 2 deletions gke/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Kubernetes + Exec Mixin Example
# GKE Kubernetes + Exec Mixin Example

This is a sample Porter bundle that makes use of both the Kubernetes and Exec
mixins. The Kubernetes mixin is used to apply Kubernetes manifests to an
mixins to apply manifests to a GKE Kubernetes cluster.
The Kubernetes mixin is used to apply Kubernetes manifests to an
existing Kubernetes cluster, creating an NGINX deployment and a service. The
Kubernetes mixin is also used to produce an output with the value of the
service's ClusterIP. After the `kubernetes` mixin finishes, the `exec` mixin is
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ porter install -c kubernetes

🚨 GKE requires additional credentials and parameters in order to [connect to a cluster][gke-connect], so use the [GKE Example](/examples/gke-example) instead.

[gke-connect]: http://localhost:1313/best-practices/gke/
[gke-connect]: https://porter.sh/docs/integrations/gke/
2 changes: 1 addition & 1 deletion otel-jaeger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Note that each time you install or upgrade the bundle, all existing collected da
porter install --reference ghcr.io/getporter/examples/otel-jaeger:v0.1.0 --allow-docker-host-access
```

[diagnostics]: https://release-v1.porter.sh/administrators/diagnostics/
[diagnostics]: https://porter.sh/administrators/diagnostics/
7 changes: 3 additions & 4 deletions sensitive-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ file in order to work with this bundle.

## Try it out

Follow the steps in the [Change default secret plugin](https://release-v1.porter.sh/end-users/configuration/#change-the-default-secrets-plugin) documentation
to setup [filesystem](https://release-v1.porter.sh/plugins/filesystem/) plugin.
Follow the steps in the [Upgrade your plugins to securely store sensitive data](https://porter.sh/blog/persist-sensitive-data-safely/) documentation
to setup [filesystem](https://porter.sh/plugins/filesystem/) plugin.
After setting up the secret plugin, run to install the bundle:

```
porter install --reference ghcr.io/getporter/examples/sensitive-data:v0.1.0 --param password=test
```


0 comments on commit bd5cddc

Please sign in to comment.