Skip to content

Commit

Permalink
Merge pull request #31 from opendatadiscovery/feature/rollback_odd_co…
Browse files Browse the repository at this point in the history
…llector_to_work_without_parameter_store

Rollback version of odd-collector.
  • Loading branch information
RamanDamayeu committed Dec 16, 2023
2 parents 05a68a2 + 1afff11 commit 36e0617
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 57 deletions.
11 changes: 0 additions & 11 deletions charts/odd-collector/templates/_helpers.tpl
Expand Up @@ -50,14 +50,3 @@ Selector labels
app.kubernetes.io/name: {{ include "odd-collector.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- end }}

{{/*
Create the name of the service account to use
*/}}
{{- define "odd-collector.serviceAccountName" -}}
{{- if .Values.serviceAccount.create }}
{{- default (include "odd-collector.fullname" .) .Values.serviceAccount.name }}
{{- else }}
{{- default "default" .Values.serviceAccount.name }}
{{- end }}
{{- end }}
1 change: 0 additions & 1 deletion charts/odd-collector/templates/deployment.yaml
Expand Up @@ -24,7 +24,6 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccountName: {{ include "odd-collector.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:
Expand Down
18 changes: 0 additions & 18 deletions charts/odd-collector/templates/service.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions charts/odd-collector/templates/serviceaccount.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions charts/odd-collector/values.yaml
Expand Up @@ -14,19 +14,6 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""

service:
annotations: {"eks.amazonaws.com/role-arn": "arn:aws:iam::${ACCOUNT_ID}:role/aws-service-role/ssm.amazonaws.com/AWSServiceRoleForAmazonSSM"}
port: 80

podAnnotations: {}

podSecurityContext:
Expand Down
2 changes: 0 additions & 2 deletions cloudformation/collector-values.yaml
Expand Up @@ -62,8 +62,6 @@ tolerations: []
affinity: {}

collectorConfig: |
secrets_backend:
provider: "AWSSystemsManagerParameterStore"
default_pulling_interval: 10
token: "odd-token"
platform_host_url: "http://odd-platform"
Expand Down

0 comments on commit 36e0617

Please sign in to comment.