Skip to content

Commit

Permalink
feat: add authz and function modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Mar 17, 2023
1 parent a22861c commit 61bb9c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/conduit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.1.13
version: 0.1.14

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
12 changes: 12 additions & 0 deletions charts/conduit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@ install:
name: email
metrics:
enabled: true
authorization:
enabled: false
image:
name: authorization
metrics:
enabled: true
functions:
enabled: false
image:
name: functions
metrics:
enabled: true
forms:
enabled: true
image:
Expand Down

0 comments on commit 61bb9c3

Please sign in to comment.