Skip to content

Commit

Permalink
update: demo (#6)
Browse files Browse the repository at this point in the history
* cleanup: files
* fix: lint
  • Loading branch information
codekow committed Jun 12, 2024
1 parent 67959d2 commit 00754fd
Show file tree
Hide file tree
Showing 185 changed files with 315 additions and 2,379 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Spellcheck
uses: rojopolis/spellcheck-github-actions@0.27.0
6 changes: 3 additions & 3 deletions .github/workflows/validate-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
sudo curl "${KUSTOMIZE_URL}" -L -o ${BIN_PATH}/kustomize
sudo chmod +x ${BIN_PATH}/kustomize
- name: Code Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Validate Manifests
run: |
[ -d ./bootstrap/base ] && touch bootstrap/base/sealed-secrets-secret.yaml
Expand All @@ -30,15 +30,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Validate YAML
uses: ibiqlik/action-yamllint@v3

lint-bash:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ resources:
# - ../../components/operators/sealed-secrets/operator/overlays/default
- ../../components/operators/openshift-gitops-operator/instance/overlays/default
- ../../components/configs/namespaces/base
- argocd-ssh-known-hosts-cm.yaml
# - argocd-ssh-known-hosts-cm.yaml
# - sealed-secrets-secret.yaml
6 changes: 0 additions & 6 deletions bootstrap/overlays/testing/kustomization.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions clusters/overlays/testing/kustomization.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions clusters/overlays/testing/patch-application-manual-sync.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
values:
name: operator-rhods
path: components/operators/rhods-operator/operator/overlays/stable
- cluster: local
url: https://kubernetes.default.svc
values:
name: operator-sealed-secrets
path: components/operators/sealed-secrets/operator/overlays/default
- cluster: local
url: https://kubernetes.default.svc
values:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: cluster-admins
name: cluster-admins-workshop
subjects:
- kind: Group
apiGroup: rbac.authorization.k8s.io
Expand Down
3 changes: 3 additions & 0 deletions components/demos/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

commonLabels:
demo: ocp4-workshop-aiml-edge
3 changes: 3 additions & 0 deletions components/demos/overlays/default/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../../base
15 changes: 0 additions & 15 deletions components/operators/advanced-cluster-management/INFO.md

This file was deleted.

35 changes: 0 additions & 35 deletions components/operators/advanced-cluster-management/README.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 00754fd

Please sign in to comment.