-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from premiscale/PASS-5
PASS-5: Spin out CRDs into their own chart; update CRD to accept unique map of key: value pairs
- Loading branch information
Showing
17 changed files
with
217 additions
and
64 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
version: 2.1 | ||
|
||
|
||
orbs: | ||
general: premiscale/[email protected] | ||
|
||
|
||
workflows: | ||
helm-operator-crds: | ||
jobs: | ||
# develop | ||
|
||
- general/helm-release-nexus: | ||
name: helm build and push [helm/operator-crds] [develop] | ||
context: nexus | ||
repo: $HELM_DEVELOP_REPOSITORY_URL | ||
path: helm/operator-crds | ||
version: 0.0.<< pipeline.number >> | ||
image-tag: 0.0.<< pipeline.number >> | ||
filters: | ||
branches: | ||
ignore: | ||
- master | ||
|
||
- general/helm-upgrade: | ||
name: helm upgrade install [helm/operator-crds] [develop] | ||
cluster: $CHELSEA_CLUSTER | ||
namespace: pass-operator-develop | ||
repo: $HELM_DEVELOP_REPOSITORY_URL | ||
install-name: pass-operator-crds | ||
version: 0.0.<< pipeline.number >> | ||
requires: | ||
- helm build and push [helm/operator-crds] [develop] | ||
context: | ||
- kubeconfig | ||
- nexus | ||
filters: | ||
branches: | ||
ignore: | ||
- master | ||
|
||
# master | ||
|
||
- general/helm-release-nexus: | ||
name: helm build and push [helm/operator-crds] [master] | ||
context: nexus | ||
repo: $HELM_MASTER_REPOSITORY_URL | ||
path: helm/operator-crds | ||
version: 0.0.<< pipeline.number >> | ||
image-tag: 0.0.<< pipeline.number >> | ||
filters: | ||
branches: | ||
only: | ||
- master | ||
|
||
- general/helm-upgrade: | ||
name: helm upgrade install [helm/operator-crds] | ||
cluster: $CHELSEA_CLUSTER | ||
namespace: pass-operator-develop | ||
repo: $HELM_MASTER_REPOSITORY_URL | ||
install-name: pass-operator-crds | ||
version: 0.0.<< pipeline.number >> | ||
requires: | ||
- helm build and push [helm/operator-crds] [master] | ||
context: | ||
- kubeconfig | ||
- nexus | ||
filters: | ||
branches: | ||
only: | ||
- master |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
version: 2.1 | ||
|
||
|
||
orbs: | ||
general: premiscale/[email protected] | ||
|
||
|
||
workflows: | ||
helm: | ||
jobs: | ||
- general/helm-lint: | ||
name: helm lint [<< matrix.chart-path >>] | ||
matrix: | ||
parameters: | ||
chart-path: | ||
- helm/operator | ||
- helm/operator-crds | ||
alias: helm-lint | ||
chart-path: << matrix.chart-path >> |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
apiVersion: v2 | ||
name: pass-operator-crds | ||
description: Password store operator custom resource definitions (CRDs) | ||
type: application | ||
version: 1.0.0 |
This file contains 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
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.