Skip to content

Commit

Permalink
update: web terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 11, 2023
1 parent 64064eb commit 1505fcb
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ apply_firmly bootstrap/argo-managed

Many common operational tasks are provided in the [scripts library](scripts/library/). You can run individual [functions](scripts/functions.sh) in a `bash` shell:

These functions are available in an [enhanced web terminal](components/configs/cluster/web-terminal/overlays/enhanced/kustomization.yaml) (see above)
These functions are available in an [enhanced web terminal](components/operators/web-terminal/instance/overlays/enhanced/kustomization.yaml) (see above)

```sh
# load functions
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/web-terminal/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Kustomization

resources:
- ../../components/operators/web-terminal/operator/overlays/fast
- ../../components/configs/cluster/web-terminal/overlays/enhanced
- ../../components/operators/web-terminal/instance/overlays/enhanced
2 changes: 1 addition & 1 deletion clusters/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ kind: Kustomization

resources:
- ../../components/operators/web-terminal/operator/overlays/fast
- ../../components/operators/web-terminal/instance/overlays/enhanced
- ../../components/configs/cluster/autoscale/overlays/default
- ../../components/configs/cluster/web-terminal/overlays/enhanced
- ../../components/configs/cluster/etcd-backup
- ../../components/configs/cluster/namespace-cleanup/overlays/sandbox
- ../../components/configs/cluster/namespaces/overlays/default
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true

resources:
- ../../operator/overlays/fast
- ../../instance/overlays/default
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$patch: delete
apiVersion: workspace.devfile.io/v1alpha2
kind: DevWorkspaceTemplate
metadata:
name: web-terminal-tooling
namespace: openshift-operators
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ kind: Kustomization

resources:
- ../../base

patches:
- path: exclude-default-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../default
- ../../base

patches:
# https://github.com/redhat-developer/web-terminal-operator
Expand Down

0 comments on commit 1505fcb

Please sign in to comment.