mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 17:25:01 +00:00
PROBLEM: The "Kustomize" tutorial has hardcoded code blocks and hasn't been updated to use the automated testscript workflow. SOLUTION: Create a test for the Kustomize tutorial. Create a testscript for the Kustomize test. Update the Kustomize MDX file to load in data from the testscript directory. OUTCOME: The code content in the Kustomize tutorial now comes directly from the testscript workflow.
14 lines
401 B
Diff
14 lines
401 B
Diff
diff --git a/deploy/components/httpbin/httpbin.gen.yaml b/deploy/components/httpbin/httpbin.gen.yaml
|
|
index 298b9a8..a16bd1a 100644
|
|
--- a/deploy/components/httpbin/httpbin.gen.yaml
|
|
+++ b/deploy/components/httpbin/httpbin.gen.yaml
|
|
@@ -1,6 +1,8 @@
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
+ annotations:
|
|
+ prometheus.io/probe: "true"
|
|
labels:
|
|
app.kubernetes.io/name: httpbin
|
|
name: httpbin
|