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

Enable e2e tests for Prometheus Operator on Packet FLUO pipeline #1153

Merged
merged 1 commit into from
Nov 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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