Skip to content

Commit 00754fd

Browse files
authored
update: demo (#6)
* cleanup: files * fix: lint
1 parent 67959d2 commit 00754fd

File tree

185 files changed

+315
-2379
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+315
-2379
lines changed

.github/workflows/spellcheck.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Code Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
- name: Spellcheck
1717
uses: rojopolis/[email protected]

.github/workflows/validate-manifests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sudo curl "${KUSTOMIZE_URL}" -L -o ${BIN_PATH}/kustomize
2121
sudo chmod +x ${BIN_PATH}/kustomize
2222
- name: Code Checkout
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424
- name: Validate Manifests
2525
run: |
2626
[ -d ./bootstrap/base ] && touch bootstrap/base/sealed-secrets-secret.yaml
@@ -30,15 +30,15 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Code Checkout
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v4
3434
- name: Validate YAML
3535
uses: ibiqlik/action-yamllint@v3
3636

3737
lint-bash:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Code Checkout
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v4
4242
- name: Run ShellCheck
4343
uses: ludeeus/action-shellcheck@master
4444
with:

bootstrap/base/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ resources:
55
# - ../../components/operators/sealed-secrets/operator/overlays/default
66
- ../../components/operators/openshift-gitops-operator/instance/overlays/default
77
- ../../components/configs/namespaces/base
8-
- argocd-ssh-known-hosts-cm.yaml
8+
# - argocd-ssh-known-hosts-cm.yaml
99
# - sealed-secrets-secret.yaml

bootstrap/overlays/testing/kustomization.yaml

-6
This file was deleted.

clusters/overlays/testing/kustomization.yaml

-31
This file was deleted.

clusters/overlays/testing/patch-application-manual-sync.yaml

-2
This file was deleted.

clusters/overlays/testing/patch-application-repo-revision.yaml

-6
This file was deleted.

clusters/overlays/testing/patch-applicationset-manual-sync.yaml

-2
This file was deleted.

clusters/overlays/testing/patch-applicationset-repo-revision.yaml

-6
This file was deleted.

components/argocd/apps/overlays/workshop-rhdp/patch-operators-applicationset.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
values:
2222
name: operator-rhods
2323
path: components/operators/rhods-operator/operator/overlays/stable
24-
- cluster: local
25-
url: https://kubernetes.default.svc
26-
values:
27-
name: operator-sealed-secrets
28-
path: components/operators/sealed-secrets/operator/overlays/default
2924
- cluster: local
3025
url: https://kubernetes.default.svc
3126
values:

components/configs/rbac/base/cluster-admins-rolebinding.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kind: ClusterRoleBinding
22
apiVersion: rbac.authorization.k8s.io/v1
33
metadata:
4-
name: cluster-admins
4+
name: cluster-admins-workshop
55
subjects:
66
- kind: Group
77
apiGroup: rbac.authorization.k8s.io
+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3+
4+
commonLabels:
5+
demo: ocp4-workshop-aiml-edge
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3+
4+
resources:
5+
- ../../base

components/operators/advanced-cluster-management/INFO.md

-15
This file was deleted.

components/operators/advanced-cluster-management/README.md

-35
This file was deleted.

components/operators/advanced-cluster-management/instance/README.md

-62
This file was deleted.

components/operators/advanced-cluster-management/instance/base/kustomization.yaml

-7
This file was deleted.

components/operators/advanced-cluster-management/instance/base/multiclusterhub.yaml

-8
This file was deleted.

components/operators/advanced-cluster-management/instance/base/subscription-admin.yaml

-15
This file was deleted.

components/operators/advanced-cluster-management/instance/observability/01-acm-observability-bucket.yaml

-11
This file was deleted.

0 commit comments

Comments
 (0)