Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

Commit

Permalink
Modelingonly (#5)
Browse files Browse the repository at this point in the history
take out application
  • Loading branch information
ryandawsonuk committed Jan 11, 2019
1 parent 18d418e commit 4381007
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 85 deletions.
Expand Up @@ -3,9 +3,6 @@ dependencies:
- name: "infrastructure"
repository: "https://activiti.github.io/activiti-cloud-helm-charts/"
version: "0.0.7"
- name: "application"
repository: "https://activiti.github.io/activiti-cloud-helm-charts/"
version: "0.0.64"
- name: "activiti-cloud-modeling"
repository: "https://activiti.github.io/activiti-cloud-helm-charts/"
version: "7.0.10"
82 changes: 0 additions & 82 deletions charts/activiti-cloud-example-chart-modeling/values.yaml
Expand Up @@ -12,88 +12,6 @@ global:
activiti-cloud-modeling:
enabled: true

application:
runtime-bundle:
enabled: false
image:
pullPolicy: Always
extraEnv: |
- name: ACTIVITI_SECURITY_POLICIES_0_NAME
value: "HR Group restricted to SimpleProcess and ConnectorProcess"
- name: ACTIVITI_SECURITY_POLICIES_0_GROUPS
value: "hr"
- name: ACTIVITI_SECURITY_POLICIES_0_ACCESS
value: "WRITE"
- name: ACTIVITI_SECURITY_POLICIES_0_SERVICENAME
value: "rb-my-app"
- name: ACTIVITI_SECURITY_POLICIES_0_KEYS
value: "SimpleProcess,ConnectorProcess,fixSystemFailure,twoTaskProcess"
- name: ACTIVITI_SECURITY_POLICIES_1_NAME
value: "testgroup not restricted at all"
- name: ACTIVITI_SECURITY_POLICIES_1_GROUPS
value: "testgroup"
- name: ACTIVITI_SECURITY_POLICIES_1_ACCESS
value: "WRITE"
- name: ACTIVITI_SECURITY_POLICIES_1_SERVICENAME
value: "rb-my-app"
- name: ACTIVITI_SECURITY_POLICIES_1_KEYS
value: "*"
activiti-cloud-query:
image:
pullPolicy: Always
extraEnv: |
- name: ACTIVITI_SECURITY_POLICIES_0_NAME
value: "HR Group restricted to SimpleProcess and ConnectorProcess"
- name: ACTIVITI_SECURITY_POLICIES_0_GROUPS
value: "hr"
- name: ACTIVITI_SECURITY_POLICIES_0_ACCESS
value: "WRITE"
- name: ACTIVITI_SECURITY_POLICIES_0_SERVICENAME
value: "rb-my-app"
- name: ACTIVITI_SECURITY_POLICIES_0_KEYS
value: "SimpleProcess,ConnectorProcess,fixSystemFailure,twoTaskProcess"
- name: ACTIVITI_SECURITY_POLICIES_1_NAME
value: "testgroup not restricted at all"
- name: ACTIVITI_SECURITY_POLICIES_1_GROUPS
value: "testgroup"
- name: ACTIVITI_SECURITY_POLICIES_1_ACCESS
value: "WRITE"
- name: ACTIVITI_SECURITY_POLICIES_1_SERVICENAME
value: "rb-my-app"
- name: ACTIVITI_SECURITY_POLICIES_1_KEYS
value: "*"
activiti-cloud-connector:
enabled: false
image:
pullPolicy: Always

activiti-cloud-audit:
image:
pullPolicy: Always
extraEnv: |
- name: ACTIVITI_SECURITY_POLICIES_0_NAME
value: "HR Group restricted to SimpleProcess and ConnectorProcess"
- name: ACTIVITI_SECURITY_POLICIES_0_GROUPS
value: "hr"
- name: ACTIVITI_SECURITY_POLICIES_0_ACCESS
value: "WRITE"
- name: ACTIVITI_SECURITY_POLICIES_0_SERVICENAME
value: "rb-my-app"
- name: ACTIVITI_SECURITY_POLICIES_0_KEYS
value: "SimpleProcess,ConnectorProcess,fixSystemFailure,twoTaskProcess"
- name: ACTIVITI_SECURITY_POLICIES_1_NAME
value: "testgroup not restricted at all"
- name: ACTIVITI_SECURITY_POLICIES_1_GROUPS
value: "testgroup"
- name: ACTIVITI_SECURITY_POLICIES_1_ACCESS
value: "WRITE"
- name: ACTIVITI_SECURITY_POLICIES_1_SERVICENAME
value: "rb-my-app"
- name: ACTIVITI_SECURITY_POLICIES_1_KEYS
value: "*"
infrastructure:
activiti-keycloak:
keycloak:
Expand Down

0 comments on commit 4381007

Please sign in to comment.