Skip to content

Commit

Permalink
remove service account
Browse files Browse the repository at this point in the history
  • Loading branch information
IhsenBouallegue committed Dec 29, 2022
1 parent 74485af commit fbad107
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion charts/hubone/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: 2.1.1
version: 3.0.0

# 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: 0 additions & 12 deletions charts/hubone/templates/serviceaccount.yaml

This file was deleted.

10 changes: 1 addition & 9 deletions charts/hubone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ imagePullSecrets: []
nameOverride: "hubone-app"
fullnameOverride: "hubone-chart"

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: "hubone"

podAnnotations:
argocd.argoproj.io/sync-wave: "2"

Expand All @@ -33,6 +24,7 @@ service:
port: 3000
annotations:
argocd.argoproj.io/sync-wave: "2"

route:
enabled: false
path: user.huboneapp.com
Expand Down

0 comments on commit fbad107

Please sign in to comment.