Skip to content

Instantly share code, notes, and snippets.

@syntassodev
syntassodev / SyntassoCLA.md
Last active May 8, 2024 14:09
CONTRIBUTOR INTELLECTUAL PROPERTY ASSIGNMENT

SYNTASSO CONTRIBUTOR INTELLECTUAL PROPERTY ASSIGNMENT

The Contributor hereby assigns to Syntasso by way of present and future assignment absolutely with full title guarantee all its right, title and interest in and to the Works, including all rights in the nature of copyright and related rights, the right to bring, make, oppose, defend, appeal proceedings, claims or actions and obtain relief (and to retain any damages recovered) in respect of any infringement, or any other cause of action arising from ownership, of the Works whether occurring before, on, or after the date of this Agreement.

In consideration of the assignment of the Works, Syntasso shall acknowledge the Contributor as a

@syntassodev
syntassodev / gist:7cfae7b53bc54615cf351760a8377ba2
Last active February 1, 2024 15:11
configure-postgresql-pipeline-stage
#!/usr/bin/env ruby
require 'yaml'
puts "Checking for database driver..."
resource_request = YAML.load_file('/kratix/input/object.yaml')
dbDriver = resource_request.dig('spec', 'dbDriver')
@syntassodev
syntassodev / notes.md
Last active August 9, 2023 10:22
Promise Building workshop

Promise Writing Session

Verify system setup

Ensure environment variables are set for ease of running commands throughout

export PLATFORM="kind-platform"
export WORKER="kind-worker"
@syntassodev
syntassodev / kratix-scratch.md
Last active August 25, 2023 10:10
Kratix commands scratch pad