Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: yxxhero <[email protected]>
  • Loading branch information
yxxhero committed Sep 7, 2024
1 parent f02341a commit fdb2263
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion testdata/integration/testcases/kustomize_with_helm_charts/want
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@

---
# Source: kustomize_with_helm_charts/templates/kustomized.yaml
# Source: kustomize_with_helm_charts/templates/kustomized.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app.kubernetes.io/instance: release-name
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: log
app.kubernetes.io/version: 1.16.0
helm.sh/chart: log-0.1.0
name: release-name-log
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/instance: release-name
app.kubernetes.io/name: log
template:
metadata:
labels:
app.kubernetes.io/instance: release-name
app.kubernetes.io/name: log
spec:
containers:
- image: nginx:1.16.0
name: log
---
# Source: kustomize_with_helm_charts/templates/kustomized.yaml
# Source: kustomize_with_helm_charts/templates/kustomized.yaml
Expand Down

0 comments on commit fdb2263

Please sign in to comment.