Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions e2e/bootstrap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,4 @@ func testBootstrap() {
It("should launch mkdocs-sample", func() {
testWebSite("mkdocs-sample")
})

It("should launch gatsby-sample", func() {
testWebSite("gatsby-sample")
})
}
12 changes: 0 additions & 12 deletions e2e/manifests/manager/build-gatsby.sh

This file was deleted.

7 changes: 3 additions & 4 deletions e2e/manifests/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@ namespace: website-operator-system
resources:
- ../../../config/default
- rbac.yaml
patchesStrategicMerge:
- manager.yaml
- ui.yaml
patches:
- path: manager.yaml
- path: ui.yaml
generatorOptions:
disableNameSuffixHash: true
configMapGenerator:
- name: build-scripts
files:
- build-honkit.sh
- build-mkdocs.sh
- build-gatsby.sh
- name: httpproxy
files:
- httpproxy.tmpl
Expand Down
1 change: 0 additions & 1 deletion e2e/manifests/website/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ resources:
- honkit.yaml
- pvc.yaml
- mkdocs.yaml
- gatsby.yaml
Comment thread
takahiro-yamada marked this conversation as resolved.
generatorOptions:
disableNameSuffixHash: true
secretGenerator:
Expand Down