Skip to content

Commit

Permalink
Adjust name of the ignore label
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidswiss committed Oct 1, 2024
1 parent 9408dd2 commit 39ff7a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AppCat is able to inject a given `ProviderConfig` reference into all managed res

That can be controlled by setting the `appcat.vshn.io/provider-config` label on any given claim or composite. The value of this label will be injected as the `ProviderConfig` name.

There are managed resources that should have the `ProviderConfig` overwritten. In such cases it's possible to deploy them with the `appcat.vshn.io/ignore-config` and then no overwrite will happen.
There are managed resources that should have the `ProviderConfig` overwritten. In such cases it's possible to deploy them with the `appcat.vshn.io/ignore-provider-config` and then no overwrite will happen.

The `ProviderConfig` objects have to be provisioned beforehand, via `component-appcat` for example.

Expand Down
2 changes: 1 addition & 1 deletion pkg/comp-functions/runtime/function_mgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const (
ProtectsAnnotation = "appcat.vshn.io/protects"
EventForwardAnnotation = "appcat.vshn.io/forward-events-to"
providerConfigLabel = "appcat.vshn.io/provider-config"
ProviderConfigIgnoreLabel = "appcat.vshn.io/ignore-config"
ProviderConfigIgnoreLabel = "appcat.vshn.io/ignore-provider-config"
)

// Step describes a single change within a service.
Expand Down

0 comments on commit 39ff7a6

Please sign in to comment.