Skip to content

Commit

Permalink
Small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
LEDfan committed Jun 23, 2023
1 parent cd41524 commit 44b3226
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion overlays/shinyproxy/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ resources:
- resources/shinyproxy2.shinyproxy.yaml

patchesStrategicMerge:
- patches/shinyproxy-operator-role rules.role.yaml
- patches/shinyproxy-operator-role.role.yaml
4 changes: 1 addition & 3 deletions overlays/shinyproxy/resources/shinyproxy1.shinyproxy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: openanalytics.eu/v1alpha1
apiVersion: openanalytics.eu/v1
kind: ShinyProxy
metadata:
name: shinyproxy1
Expand All @@ -15,8 +15,6 @@ spec:
spring:
session:
store-type: redis
redis:
configure-action: none
redis:
password: ${REDIS_PASSWORD}
sentinel:
Expand Down
4 changes: 1 addition & 3 deletions overlays/shinyproxy/resources/shinyproxy2.shinyproxy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: openanalytics.eu/v1alpha1
apiVersion: openanalytics.eu/v1
kind: ShinyProxy
metadata:
name: shinyproxy2
Expand All @@ -15,8 +15,6 @@ spec:
spring:
session:
store-type: redis
redis:
configure-action: none
redis:
password: ${REDIS_PASSWORD}
sentinel:
Expand Down

0 comments on commit 44b3226

Please sign in to comment.