Skip to content

Commit 40ab31f

Browse files
The Pkl Team (automation)holzensp
The Pkl Team (automation)
authored andcommitted
[k8s.contrib.appEnvConfig] Fix package URL in docs
1 parent dc042f1 commit 40ab31f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/k8s.contrib.appEnvCluster/AppEnvCluster.pkl

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
///
1818
/// This template assumes a three-level configuration hierarchy: application, environment, and cluster.
1919
/// Modules at the root of the configuration hierarchy directly amend this module
20-
/// (`amends "package://pkl.pkl-lang.org/pkl-pantry/k8s.contrib.appEnvCluster@<version>#/AppEnvCluster.pkl"`).
20+
/// (`amends "package://pkg.pkl-lang.org/pkl-pantry/k8s.contrib.appEnvCluster@<version>#/AppEnvCluster.pkl"`).
2121
/// All other modules amend their parent (`amends "..."`).
2222
///
2323
/// Leaf modules dictate which Kubernetes resources are generated.
@@ -83,7 +83,7 @@
8383
/// ```pkl
8484
/// module MyTemplate
8585
///
86-
/// extends "package://pkl.pkl-lang.org/pkl-pantry/k8s.contrib.appEnvCluster@<version>#/AppEnvCluster.pkl"
86+
/// extends "package://pkg.pkl-lang.org/pkl-pantry/k8s.contrib.appEnvCluster@<version>#/AppEnvCluster.pkl"
8787
///
8888
/// import "package://pkg.pkl-lang.org/pkl-k8s/k8s@<version>#/api/autoscaling/v1/HorizontalPodAutoscaler.pkl"
8989
///

packages/k8s.contrib.appEnvCluster/PklProject

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ dependencies {
2323
}
2424

2525
package {
26-
version = "1.0.0"
26+
version = "1.0.1"
2727
}

0 commit comments

Comments
 (0)