Skip to content

Instantly share code, notes, and snippets.

View psturc's full-sized avatar
🎸

Pavel Sturc psturc

🎸
  • Red Hat
  • Brno, Czech Republic
  • 12:50 (UTC +02:00)
View GitHub Profile
@psturc
psturc / test-cases.md
Created October 21, 2020 10:47
0.2.0 rate limiting test cases

Test case title

Steps

...

@psturc
psturc / readme.md
Last active January 7, 2022 16:28
run functional tests with delorean cli

How to run test container in OpenShift cluster using Delorean CLI

  1. Clone delorean
git clone git@github.com:integr8ly/delorean.git
  1. Build the binary
make build/cli
@psturc
psturc / sso-status-during-upgrade.json
Created March 17, 2021 11:56
read keycloak statefulsets and save the data in json with timestamp
{
"rhsso": [],
"usersso": []
}
@psturc
psturc / clair-scan-task.yaml
Last active July 22, 2024 06:06
my custom clair-scan task
---
apiVersion: tekton.dev/v1
kind: Task
metadata:
annotations:
tekton.dev/pipelines.minVersion: 0.12.1
tekton.dev/tags: appstudio, hacbs
creationTimestamp: null
labels:
app.kubernetes.io/version: "0.1"