Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/gpii-ops/gpii-infra into …
Browse files Browse the repository at this point in the history
…GPII-2782
  • Loading branch information
amatas committed Mar 20, 2019
2 parents 37b00c3 + 48c8b97 commit 43eefd9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions gcp/modules/gke-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ terraform {
backend "gcs" {}
}

provider "google" {
project = "${var.project_id}"
credentials = "${var.serviceaccount_key}"
}

variable "project_id" {}
variable "serviceaccount_key" {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
maxUnavailable: 1
selector:
matchLabels:
app: preferences
app: flowmanager
6 changes: 3 additions & 3 deletions shared/versions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by https://github.com/gpii-ops/gpii-version-updater.
---

gpii-dataloader: "gpii/universal@sha256:ebb81c6bea2530a32e1d89184e8b876b5be0192c81fa585d453d4c5ae2b6621b"
gpii-flowmanager: "gpii/universal@sha256:ebb81c6bea2530a32e1d89184e8b876b5be0192c81fa585d453d4c5ae2b6621b"
gpii-preferences: "gpii/universal@sha256:ebb81c6bea2530a32e1d89184e8b876b5be0192c81fa585d453d4c5ae2b6621b"
gpii-dataloader: "gpii/universal@sha256:d0e461ef6f42261c0bad69aa579fc52cd3b621f6c8c09e28b3c2c6ce3bcf58e3"
gpii-flowmanager: "gpii/universal@sha256:d0e461ef6f42261c0bad69aa579fc52cd3b621f6c8c09e28b3c2c6ce3bcf58e3"
gpii-preferences: "gpii/universal@sha256:d0e461ef6f42261c0bad69aa579fc52cd3b621f6c8c09e28b3c2c6ce3bcf58e3"

0 comments on commit 43eefd9

Please sign in to comment.