Skip to content

Commit

Permalink
Fix usage of node selector parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
headcr4sh committed May 4, 2020
1 parent 2d2ca21 commit 7f33d5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2020-05-04

### Fixed

- Node selector parameter (which was ignored in the previous version)
does now work as supposed to.

## [1.0.0] - 2020-05-04

### Added
Expand Down
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ resource "kubernetes_daemonset" "this" {
}
dns_policy = "ClusterFirstWithHostNet"
host_network = true
node_selector = var.k8s_node_selector
priority_class_name = "system-node-critical"
service_account_name = kubernetes_service_account.this.metadata[0].name
dynamic "toleration" {
Expand Down

0 comments on commit 7f33d5c

Please sign in to comment.