This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: argoproj.io/v1beta1 | |
kind: ArgoCD | |
metadata: | |
name: developer-argocd | |
spec: | |
server: | |
autoscale: | |
enabled: false | |
grpc: | |
ingress: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# TODO: Apply the right annotations/labels to mark this a 'hook' | |
# TODO: Update the kubectl command to use values from the values.yaml | |
apiVersion: batch/v1 | |
kind: Job | |
metadata: | |
name: "apply-tekton-config" | |
spec: | |
template: | |
metadata: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: tekton.dev/v1alpha1 | |
kind: ClusterTask | |
metadata: | |
name: buildah | |
spec: | |
inputs: | |
params: | |
- name: BUILDER_IMAGE | |
description: The location of the buildah builder image. | |
default: quay.io/buildah/stable:v1.11.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
kind: BuildStrategy | |
APIVersion: io.build.dev.redhat/v1alpha1 | |
name: s2i | |
spec: | |
run: false | |
steps: | |
- name: s2i | |
image: registry.redhat.io/ocp_tools/s2i:latest | |
workingDir: /workspace/git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiversion: v1 | |
generated: 2019-12-18T11:51:00.34758-05:00 | |
entries: | |
acs-engine-autoscaler: | |
- metadata: | |
name: acs-engine-autoscaler | |
home: "" | |
sources: [] | |
version: "" | |
description: "" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: devconsole.openshift.io/v1alpha1 | |
kind: GitSourceAnalysis | |
metadata: | |
name: node2-gitsource-analysis | |
spec: | |
gitSourceRef: | |
name: node2-gitsource |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: apiextensions.k8s.io/v1beta1 | |
kind: CustomResourceDefinition | |
metadata: | |
creationTimestamp: null | |
labels: | |
controller-tools.k8s.io: "1.0" | |
name: applications.developer.openshift.io | |
spec: | |
group: developer.openshift.io | |
names: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: build.knative.dev/v1alpha1 | |
kind: Build | |
metadata: | |
name: component-wit-build | |
spec: | |
source: | |
git: | |
url: https://github.com/fabric8-services/fabric8-wit | |
revision: master | |
steps: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
participant UI | |
participant AppServiceAPI | |
participant OpenShiftAPI | |
participant GitServiceAPI | |
== Create component == |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<ProjectDescriptor xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<ProjectVersion>1.6.0.0</ProjectVersion> | |
<ManagementLevel>FunctLevelMan7_0</ManagementLevel> | |
<Name>PLC Vulnerabilities</Name> | |
<FullName>C:\Users\Derek\Desktop\ICS w Raheem Beyah\PLC Vulnerabilities.smbp</FullName> | |
<SoftwareConfiguration> | |
<Pous> | |
<ProgramOrganizationUnits> | |
<Name>New POU</Name> |
NewerOlder