Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Enable e2e tests for Prometheus Operator on Packet FLUO pipeline
Browse files Browse the repository at this point in the history
It should've been added in #1084.

Closes #397

Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
  • Loading branch information
invidian committed Nov 6, 2020
1 parent 2235fb7 commit 2083d12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions ci/packet_fluo/packet_fluo-cluster.lokocfg.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,12 @@ component "rook-ceph" {
}
}


component "prometheus-operator" {}
component "prometheus-operator" {
grafana {
secret_env = {
"LOKOMOTIVE_VERY_SECRET_PASSWORD" = "VERY_VERY_SECRET"
}
}
}

component "flatcar-linux-update-operator" {}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// +build aws aws_edge packet aks
// +build aws aws_edge packet aks packet_fluo
// +build e2e

package prometheusoperator
Expand Down

0 comments on commit 2083d12

Please sign in to comment.