Skip to content

Commit

Permalink
Commit from GitHub Actions (Release)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 3, 2022
1 parent b1fac0b commit 9a5b7ed
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 38 deletions.
Binary file added hack/tools/bin/yq
Binary file not shown.
2 changes: 1 addition & 1 deletion hello-world-module/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.0.0"
version: "0.7.0"
73 changes: 36 additions & 37 deletions hello-world-module/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,47 +7,46 @@ global:
## Module job image
image:
repository: ghcr.io/fybrik/hello-world-module
tag: main
tag: 0.7.0
pullPolicy: IfNotPresent
imagePullSecrets: []
# Action (copy/read)
assets:
- args:
- connection:
name: s3
s3:
bucket: #fybrik-test-bucket
endpoint: #s3.eu-gb.cloud-object-storage.appdomain.cloud
object_key: #car.data.parq
# Vault Holds details for retrieving credentials by the modules from Vault store.
vault:
read:
# Address is Vault address e.g. http://vault.fybrik-system:8200
address:
# AuthPath is the path to auth method used to login to Vault e.g. /v1/auth/kubernetes/login
authPath:
# Role is the Vault role used for retrieving the credentials e.g. module
role:
# SecretPath is the path of the secret holding the Credentials in Vault e.g. /v1/kubernetes-secrets/secret-name?namespace=default
secretPath:
format: #parquet
# Copy destination
- connection:
name: s3
s3:
bucket: #fybrik-test-bucket
endpoint: #s3.eu-gb.cloud-object-storage.appdomain.cloud
object_key: #car.data.parq
vault:
write:
address: #http://vault.fybrik-system:8200
authPath: #/v1/auth/authpath/login
role: #module
secretPath: #/v1/kubernetes-secrets/secret-name?namespace=default
format: #csv
assetID: ""
capability: copy

- args:
- connection:
name: s3
s3:
bucket: #fybrik-test-bucket
endpoint: #s3.eu-gb.cloud-object-storage.appdomain.cloud
object_key: #car.data.parq
# Vault Holds details for retrieving credentials by the modules from Vault store.
vault:
read:
# Address is Vault address e.g. http://vault.fybrik-system:8200
address:
# AuthPath is the path to auth method used to login to Vault e.g. /v1/auth/kubernetes/login
authPath:
# Role is the Vault role used for retrieving the credentials e.g. module
role:
# SecretPath is the path of the secret holding the Credentials in Vault e.g. /v1/kubernetes-secrets/secret-name?namespace=default
secretPath:
format: #parquet
# Copy destination
- connection:
name: s3
s3:
bucket: #fybrik-test-bucket
endpoint: #s3.eu-gb.cloud-object-storage.appdomain.cloud
object_key: #car.data.parq
vault:
write:
address: #http://vault.fybrik-system:8200
authPath: #/v1/auth/authpath/login
role: #module
secretPath: #/v1/kubernetes-secrets/secret-name?namespace=default
format: #csv
assetID: ""
capability: copy
nameOverride: ""
fullnameOverride: ""
## Job configurations
Expand Down

0 comments on commit 9a5b7ed

Please sign in to comment.