From 8efdfee7e3d0218918cfe7308b5a7afff74857ac Mon Sep 17 00:00:00 2001 From: Hans Rauer Date: Tue, 10 Oct 2023 18:28:41 +0200 Subject: [PATCH] add link --- pages/adding-new-application/plural-artifact-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/adding-new-application/plural-artifact-structure.md b/pages/adding-new-application/plural-artifact-structure.md index ff552f6f..d0e210bd 100644 --- a/pages/adding-new-application/plural-artifact-structure.md +++ b/pages/adding-new-application/plural-artifact-structure.md @@ -212,7 +212,7 @@ the notes template to prompt after installation, as well as links to any upstrea > Behind the scenes, every `plural bundle install` triggers the OIDC client creation when you answer with `yes` on the OIDC prompt. This happens, because every client needs to be created before a `plural build` which then inputs the client info into the helm chart. -The `private` flag controls whether the artifact's bundles are published publicly or privately on a `plural push`. +The `private` flag controls whether the artifact's bundles are published publicly or privately on a `plural push` or `plural apply` (see [Publishing](/adding-new-application/publishing)). ### `plural/recipes/dagster-aws.yaml` ```yaml