Skip to content

Commit

Permalink
Add configuration for deploying Golang project
Browse files Browse the repository at this point in the history
  • Loading branch information
ptzianos committed Dec 4, 2023
1 parent d63cf3a commit 49a0c6e
Show file tree
Hide file tree
Showing 5 changed files with 882 additions and 2 deletions.
6 changes: 6 additions & 0 deletions examples/pipelines/golang-project/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v2
name: "dracon-golang-project"
description: "A Helm chart for deploying a Dracon pipeline for a golang project."
type: "application"
version: 0.0.1
appVersion: "0.0.1"
Empty file.
1 change: 0 additions & 1 deletion examples/pipelines/golang-project/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
nameSuffix: -golang-project
namespace: dracon
resources:
- ../../../components/base
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
generateName: dracon-golang-project-
namespace: dracon
spec:
pipelineRef:
name: dracon-golang-project
Expand Down
Loading

0 comments on commit 49a0c6e

Please sign in to comment.