Skip to content

Commit

Permalink
fix: fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Jun 7, 2021
1 parent e1cc03c commit da6a1e0
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 66 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.0.39 (2021-06-07)

* [e1cc03c](https://github.com/argoproj/argo-workflows/commit/e1cc03c070744057d2f4cce0bfb32aa19861a696) config: expose 9090
* [5f9c09c](https://github.com/argoproj/argo-workflows/commit/5f9c09c62a72cb779b5595fae24dbaf4df6be400) config: expose 9090

### Contributors

* Alex Collins

## v0.0.38 (2021-06-07)

* [fcfb45f](https://github.com/argoproj/argo-workflows/commit/fcfb45f880d7b414136f16be32dcd5bcdaf303e3) fix: bugs in grouping
Expand Down
22 changes: 6 additions & 16 deletions config/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3916,7 +3916,6 @@ rules:
- apiGroups:
- dataflow.argoproj.io
resources:
- pipelines/scale
- pipelines/status
verbs:
- update
Expand All @@ -3926,6 +3925,12 @@ rules:
- steps/status
verbs:
- update
- apiGroups:
- dataflow.argoproj.io
resources:
- steps/scale
verbs:
- patch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -5081,21 +5086,6 @@ spec:
type: RollingUpdate
volumeClaimTemplates: []
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
control-plane: controller-manager
name: controller-manager-metrics-monitor
namespace: argo-dataflow-system
spec:
endpoints:
- path: /metrics
port: https
selector:
matchLabels:
control-plane: controller-manager
---
apiVersion: v1
kind: Pod
metadata:
Expand Down
22 changes: 6 additions & 16 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3916,7 +3916,6 @@ rules:
- apiGroups:
- dataflow.argoproj.io
resources:
- pipelines/scale
- pipelines/status
verbs:
- update
Expand All @@ -3926,6 +3925,12 @@ rules:
- steps/status
verbs:
- update
- apiGroups:
- dataflow.argoproj.io
resources:
- steps/scale
verbs:
- patch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -4199,18 +4204,3 @@ spec:
memory: 20Mi
serviceAccountName: manager
terminationGracePeriodSeconds: 10
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
control-plane: controller-manager
name: controller-manager-metrics-monitor
namespace: argo-dataflow-system
spec:
endpoints:
- path: /metrics
port: https
selector:
matchLabels:
control-plane: controller-manager
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bases:
#- ../webhook
# [CERTMANAGER] To enable cert-manager, uncomment all sections with 'CERTMANAGER'. 'WEBHOOK' components are required.
#- ../certmanager
- ../prometheus
#- ../prometheus

patchesStrategicMerge:
# Protect the /metrics endpoint by putting it behind auth.
Expand Down
22 changes: 6 additions & 16 deletions config/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3916,7 +3916,6 @@ rules:
- apiGroups:
- dataflow.argoproj.io
resources:
- pipelines/scale
- pipelines/status
verbs:
- update
Expand All @@ -3926,6 +3925,12 @@ rules:
- steps/status
verbs:
- update
- apiGroups:
- dataflow.argoproj.io
resources:
- steps/scale
verbs:
- patch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -5081,21 +5086,6 @@ spec:
type: RollingUpdate
volumeClaimTemplates: []
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
control-plane: controller-manager
name: controller-manager-metrics-monitor
namespace: argo-dataflow-system
spec:
endpoints:
- path: /metrics
port: https
selector:
matchLabels:
control-plane: controller-manager
---
apiVersion: v1
kind: Pod
metadata:
Expand Down
22 changes: 6 additions & 16 deletions config/quick-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3916,7 +3916,6 @@ rules:
- apiGroups:
- dataflow.argoproj.io
resources:
- pipelines/scale
- pipelines/status
verbs:
- update
Expand All @@ -3926,6 +3925,12 @@ rules:
- steps/status
verbs:
- update
- apiGroups:
- dataflow.argoproj.io
resources:
- steps/scale
verbs:
- patch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -4201,18 +4206,3 @@ spec:
name: https
serviceAccountName: manager
terminationGracePeriodSeconds: 10
---
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
labels:
control-plane: controller-manager
name: controller-manager-metrics-monitor
namespace: argo-dataflow-system
spec:
endpoints:
- path: /metrics
port: https
selector:
matchLabels:
control-plane: controller-manager
7 changes: 6 additions & 1 deletion config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ rules:
- apiGroups:
- dataflow.argoproj.io
resources:
- pipelines/scale
- pipelines/status
verbs:
- update
Expand All @@ -35,6 +34,12 @@ rules:
- steps/status
verbs:
- update
- apiGroups:
- dataflow.argoproj.io
resources:
- steps/scale
verbs:
- patch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit da6a1e0

Please sign in to comment.